About Us page not showing.
-
I’ve designed and developed my website in wordpress. I coded theme and a couple of plugins. Everything is working fine, except one very
strange thing. I created a simple “About Us” page (not post) but i’m unable to view it both from admin and end-user sites. It says Server Error 500.Apprarently the WP settings and code are looking fine. The .htaccess file content are as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Please help what could hinder the display of this page.
Thanks,baburman
The topic ‘About Us page not showing.’ is closed to new replies.