E-Conference/Live-con.com/master/web/.htaccess - Htaccess File

E-Conference/Live-con.com/master/web/.htaccess

RedirectMatch permanent ^/app.php/(.*) /$1
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{THE_REQUEST} ^(GET|HEAD) /web/
    RewriteRule ^(.*)$ /$1 [L,R=301]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*) app.php [QSA,L] 
</IfModule>

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache