Skip to content

Instantly share code, notes, and snippets.

@evemilano
Last active June 9, 2017 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/170a2b604e5b89b5160fd6a9539759f1 to your computer and use it in GitHub Desktop.
Save evemilano/170a2b604e5b89b5160fd6a9539759f1 to your computer and use it in GitHub Desktop.
Magento .htaccess remove index.php
RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ http://www.esempio.it/ [R=301,L]
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment