WordPress’ .htaccess overrides error pages…
-
Hi,
I have a following situation:
WordPress (2.1) installed in “abc” directory (/abc/) and a .htaccess file modified as WordPress said:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /abc/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /abc/index.php [L]
</IfModule>There is just one problem – when I load that .htaccess my [server’s] error pages are being ignored – i.e. when I type wrong adress (www.myserver.com/blabla) it redirects me to the error page of the WordPress template.
How to keep both permalinks and the servers’ error pages??
Regards,
Janko
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress’ .htaccess overrides error pages…’ is closed to new replies.