ZionDevelopers/jframework/v2.1/webroot/.htaccess - Htaccess File

ZionDevelopers/jframework/v2.1/webroot/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([A-Za-z0-9/_-.]+)$ /index.php [QSA,L]
</IfModule>

# === NGINX Configuration ===
#location / {
#        index index.html index.htm index.php;
#        try_files $uri $uri/ =404;
#
#        if (!-e $request_filename){
#                rewrite ^([A-Za-z0-9/_-.]+)$ /index.php last;
#        }
#}

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache