htaccess mod_rewrite condition problem
-
Hi
I am unable to get a custom 404 page to display and I believe that it is related to my .htaccess file. Could someone tell me what the various lines in the .htaccess file below mean? Especially the mod_rewrite part.
Thanks for the help.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
<IfModule mod_security.c>
<Files async-upload.php>
</Files>
</IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘htaccess mod_rewrite condition problem’ is closed to new replies.