unki/MasterShaper/master/public/.htaccess - Htaccess File

unki/MasterShaper/master/public/.htaccess

#
# If rewriting is not configured in your webservers
# configuration you may want to enable it via .htaccess
# instead. Just copy/rename htaccess.example into .htaccess
# and adapt the RewriteBase to your actual webapplication
# URL path.
#
RewriteEngine On
RewriteBase /shaper/

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^.*$ ./index.php

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache