RpicmsTeam/RPICMS/master/.htaccess - Htaccess File

RpicmsTeam/RPICMS/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule /^([^.]+)$ %{REQUEST_URI}.php [NC]
Redirect 301 /oauth2callback /core/backend/admin/modules/modul_g-plus-login/handle.php
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME, REQUEST_URI

Comments

Apache