Tagged: index
Hi,
I just downloaded the theme and all the pages except the front page are showing http://www.nameofwebsite.com/index.php/slug instead of http://www.nameofwebsite.com/slug.
How do I fix this?
Thank you for your help,
Joaquim
Hey Jmiro1,
To solve this, you need to use the Post Name as the permalink – Ref: https://codex.wordpress.org/Using_Permalinks
Or check if your hosting mod_rewrite is enabled by creating a file phpinfo.php with content,
<?php phpinfo();?>
Upload this file and browse via Browser. So you know which modules are enabled. You need mod_rewrite enable to remove index.php from URL.
More info here: https://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks
Best regards,
John Torvik