tokenly/tokenly-cms/master/tokenly-install-files/www/.htaccess - Htaccess File

tokenly/tokenly-cms/master/tokenly-install-files/www/.htaccess

Options -MultiViews
RewriteEngine on
#RewriteBase /

RewriteRule ^api/v1/(.*)$ api.php?v=1&params=$1&%{QUERY_STRING} [L]
RewriteCond %{SCRIPT_FILENAME} !api.php$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?params=$1&%{QUERY_STRING} [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME, SCRIPT_FILENAME

Comments

Apache