Page Not Displaying on specific permalink type
-
Ok, I have searched and found a few ideas but nothing seems to resolve my issue.
I have wordpress located at http://theord.com
When I set the permalinks to: http://prntscr.com/di86l2 I get http://prntscr.com/di86uh. This includes topics, pages, posts etc.
However, when I set this permalink to: http://prntscr.com/di87a7 it seems to work fine.
I am running a VPS that I set up using LAMP and then installed wordpress.
I have changed my permissions to 777 temporarily with no resolution.
here is my .htaccess:
# 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
Any ideas on things I can check next?
The topic ‘Page Not Displaying on specific permalink type’ is closed to new replies.