romangrinev
Member
Posted 1 month ago #
I just posted a new blog to my site http://www.romanphotography.com/blog
All the links from the site such as http://www.romanphotography.com/blog/2009/10/new-blog/ don't work
I spoke to my host (hostway) and they said everything is fine on their end.
Hostway said mod_rewrite module is on
There is a chance it's a .htaccess file issue.
I'm not sure my .htaccess file is correct. Anyone know what it should be with hostway or what the issue maybe?
Roman
Try resetting your custom permalinks to the default setting. If that works, then set a custom permalink structure back up again.
romangrinev
Member
Posted 1 month ago #
I tried that and when I set up custom permalinks back it doesn't work. I think my .htaccess file is wrong. What should the code in the file be to work with hostway?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
romangrinev
Member
Posted 1 month ago #
Thanks. I will give it a try.