02/11/2016 at 9:57 am
#364696
Participant
OK Steven,
Now I removed the /index.php bit from the custom-permalink
so my custom url is http://www.belgianfashion.com/%postname%/
This gives more problems.
The .htaccess file states:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
What is wrong ?
