JojoCMS/Jojo-CMS/master/_www/.htaccess - Htaccess File

JojoCMS/Jojo-CMS/master/_www/.htaccess

# Jojo .htaccess file.
# Version 1740
RewriteEngine On

RewriteBase /

# Catch all requests
RewriteRule ^$ index.php?uri= [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?uri=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache