Click to See Complete Forum and Search --> : Error Page and HTACCESS
WhiteDragon
12-17-2008, 05:22 PM
Hello, I created a few error pages and the problem is, instead of the error pages that I created showing up, wordpress error pages are showing up I was informed that it could have to do with my HTACCESS file does anyone have any idea on why this is happening?
It might help if you actually post your .htaccess file. ;)
WhiteDragon
12-18-2008, 11:30 AM
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /domain/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /page/index.php [L]
</IfModule>
<Files .htaccess>
order allow,deny
deny from all
</Files>
There is my HTACCESS file, I hope it only has to do with the HTACCESS file and nothing to do with WP.
If that's your entire .htaccess file then I don't see anything related to your error pages there. You would need something in your .htaccess file for the error pages to work properly everywhere.
WhiteDragon
12-18-2008, 08:26 PM
What do I do? I don't want my wordpress error pages showing I want my custom error pages to show?