Plain to postname permalink not working

Question

I have recently managed (with help from this forum ), to upload the site www.gas-spring.com .

I had the permalink setting set to plain when making the pages etc… now I want to clean them up and change them to permalink setting post name. when changing them i can only open the homepage but any other links are not working.

I have found a simple workaround, setting the permalinks to custom with /index.php/%year%/%monthnum%/%day%/%postname%/ . This cleans them up a little but still not the result I want.

Can you perhaps help me once more in solving this. So I just want to change permalinks to post name without errors off course.

The webserver used is an Apache server, the .htaccess file is set to 644 and looks like ;

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
0
Stefan 4 years 2019-11-29T03:42:45-05:00 0 Answers 84 views 0

Leave an answer

Browse
Browse