[Plugin: Permalink Editor] 404 not found errors
-
Hi,
I am using those settings:
/%postname%.html for custom settingsand /%pagename%.html for page permalink.
i found up that when i am writing a post and posting it all works fine.
BUT when i doing the same thing with a page, and press on preview the page, i get 404 error.
The real stange thing is when i change the /%postname%.html to /%pagename%.html as well the problem solved for the pages but i cannot access to any post.Any idea what to do… this is with a live working website and i don`t know what to do. PLEASE HELP
i also attached the .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
- The topic ‘[Plugin: Permalink Editor] 404 not found errors’ is closed to new replies.