JLesuperb/PythonWeb/master/framework-mvc/.htaccess - Htaccess File

JLesuperb/PythonWeb/master/framework-mvc/.htaccess

ErrorDocument 404 /python/e.py?error=404
ErrorDocument 403 /python/e.py?error=403
#ErrorDocument 500 /python/e.py?error=500

RewriteEngine on
#RewriteRule ^([a-zA-Z0-9-_/]*)$ index.py?cmd=$1
RewriteRule ^([a-zA-Z0-9-_/]*)$ index.py?cmd=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache