403 Forbidden with htaccess Rewrite
-
Hi. I need the following code in my root .htaccess file to make my regular site work. I have WordPress installed in its own directory (with no .htaccess) but with this code in the root WordPress won’t work (shows a 403 forbidden message on every page). Any ideas?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘403 Forbidden with htaccess Rewrite’ is closed to new replies.