Inlife/video-cube/master/web/.htaccess - Htaccess File

Inlife/video-cube/master/web/.htaccess

DirectoryIndex app.cgi

<IfModule mod_rewrite.c>
    #RewriteEngine On

    #RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::2$
    #RewriteRule ^(.*) - [E=BASE:%1]
  
    #RewriteCond %{ENV:REDIRECT_STATUS} ^$
    #RewriteRule ^app.cgi(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]

    #RewriteCond %{REQUEST_FILENAME} -f
    #RewriteRule .? - [L]

    #RewriteRule .? %{ENV:BASE}/app.cgi [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REDIRECT_STATUS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache