Support

What we can do for you

301 redirection from with index.php to without URLs

This can be done using .htaccess file. Open it and add the following code:

RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ http://www.miwisoft.com [R=301,L]

OR
RewriteRule ^index\.php/(.*)$ http://www.miwisoft.com/$1 [R=301,L]

Change the miwisoft.com part with your site's domain.

Support Channels

Paid Services