Skip to content

Instantly share code, notes, and snippets.

@tmlangley
Created June 2, 2017 15:24
Show Gist options
  • Save tmlangley/0f0cbc78b8321ef18e17ec1d7f49170c to your computer and use it in GitHub Desktop.
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