xenophy/xFrameworkPX/master/public_html/.htaccess - Htaccess File

xenophy/xFrameworkPX/master/public_html/.htaccess

#------------------------------------------------------------------------------
# [ mod_rewrite ]
#------------------------------------------------------------------------------
<IfModule mod_rewrite.c>

    RewriteEngine On
    RewriteBase /~xFrameworkPX/
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ ?cp=/$1&%{QUERY_STRING} [QSA,L]

</IfModule>
#------------------------------------------------------------------------------

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache