maxschuster/RESTService/master/data/.htaccess - Htaccess File

maxschuster/RESTService/master/data/.htaccess

# Enable rewrite engine
RewriteEngine On

# Send everything inside this folder
# to the rest.php as GET parameter _REWRITE_
# and also keep other GET parameters
RewriteRule ^(.*)$ rest.php?_REWRITE_=$1 [L,QSA,PT]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache