Skip to content

Instantly share code, notes, and snippets.

@tmlangley
Created June 2, 2017 15:24
Show Gist options
  • Select an option

  • Save tmlangley/0f0cbc78b8321ef18e17ec1d7f49170c to your computer and use it in GitHub Desktop.

Select an option

Save tmlangley/0f0cbc78b8321ef18e17ec1d7f49170c to your computer and use it in GitHub Desktop.
Redirect "/index.php" to "/"
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^index.php(.*)$ /$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment