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?
12-17-2008, 04:27 PM
Jick
It might help if you actually post your .htaccess file. ;)
<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.
12-18-2008, 10:47 AM
Jick
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.
12-18-2008, 07:26 PM
WhiteDragon
What do I do? I don't want my wordpress error pages showing I want my custom error pages to show?