Remove Index.php from newly created landing page

I created a new landing page using customer login but the link has index.php in it, need to remove the index.php from it.
You can make this using Backend > Settings > Common > Clean urls, add the generated rewrite rules on your server. You can see the rules when you enable clean urls and click "Generate .htaccess".
For apache: https://kb.mailwizz.com/articles/apache-htaccess-for-mailwizz/
For NGinx https://kb.mailwizz.com/articles/nginx-server-basic-configuration-for-mailwizz/
So apply the right one for your server.
 
Back
Top