Permalink problem
-
website : http://smallworldinn.com/
if you check it out right now it’s totally fine, but if you click the SAMPLE PAGE (Link: http://smallworldinn.com/sample-page/) it gives me an error
Not Found
The requested document was not found on this server.
Web Server at smallworldinn.combut if you add index.php after the domain it’s there
(http://smallworldinn.com/index.php/sample-page/)I already have my htaccess file with this code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
i have set my custom structure to:
/%postname%/
help?
The topic ‘Permalink problem’ is closed to new replies.