Permalink /%postname%/ makes >> "That page can't be found"
-
Dear WordPressers,
I have encountered problem with redirection.
I’ve created whole site with default permalink domain.com/?p=1.
In the end i wanted to change to pretty links like domain.com/kontakt.In the beginning i’ve reach to the wordpress codex to see if everything with .htaccess and rewrite rules is alright. And it seems it is.
‘# 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`
I’ve checked if paths in database are ok. And also seems alright.
path: ‘http://domain.com/?page_id=38’
postname: ‘kontakt’Did anybody had similar problem?
I must mention that i’m not php expert. I’m more a graphic designer then web developer but wordpress is really user friendly tool and i’ve never had such a problem.
I’ll be grateful for any help.
The topic ‘Permalink /%postname%/ makes >> "That page can't be found"’ is closed to new replies.