commit b88d14990706a645e45348ef009be220170767b3 parent 6cf13b48d0fcd7e3df8f91d277f9d2cb949cb215 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 31 Dec 2014 21:17:23 +0100 update htaccess Diffstat:
| M | .htaccess | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess @@ -1,4 +1,5 @@ RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule /^([^\.]+)$ %{REQUEST_URI}.php [NC,L] -\ No newline at end of file +RewriteRule /^([^\.]+)$ %{REQUEST_URI}.php [NC,L] +Redirect 301 /oauth2callback /core/backend/admin/modules/modul_g-plus-login/login.php +\ No newline at end of file