Created
October 3, 2018 16:46
-
-
Save RiodeJaneiroo/990e330efd5001c7db4a0853921c489e to your computer and use it in GitHub Desktop.
[MODX revo htacces 301 redirect] Modx Revo 301 redirect from /index.php #modx #htaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.(php|html|htm)\ HTTP/ | |
RewriteRule ^(.*)index\.(php|html|htm)$ $1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment