Complex issue with permalinks vs htaccess and basic links
-
Hi,
I’ve setup wordpress some time ago and so far I have done few things:
– disabled comments
– add arclite theme
– add some additional pages
– disable author name display on main pageToday I was going to enable permalinks, but unfortunately they just don’t work as well as direct link to any post.
My website is: https://sebfoto.com/blog
.htaccess file:
Options +FollowSymlinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>
Permalink setting in admin panel are fine and WordPress automatically created above htaccess file.
Additionally I have added few lines to htaccess file:
ErrorDocument 404 "Podales zly adres | Wrong address | back to https://www.sebfoto.com or contact with me seb[at]sebfoto.com" ErrorDocument 500 "HTTP error 500." ErrorDocument 403 "HTTP error 403." ErrorDocument 401 "HTTP error 401."
Of course htaccess has proper chmod rights.
Clicking on any post subject (both in main page and in search results) will result with blank page. Host (byethost.com) support says that Mod_rewrite is available and my problem is related with htaccess file.
Any ideas on this matter?
Thanks in advance
Seb.
- The topic ‘Complex issue with permalinks vs htaccess and basic links’ is closed to new replies.