Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created October 3, 2018 16:46
Show Gist options
  • Save RiodeJaneiroo/990e330efd5001c7db4a0853921c489e to your computer and use it in GitHub Desktop.
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
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