w01f6/HealthKeeper/master/PHP/WS/.htaccess - Htaccess File

w01f6/HealthKeeper/master/PHP/WS/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule service(.*)$ ./service_access.php?request=$1 [QSA,NC,L]
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule methods(.*)$ ./service_methods.php?request=$1 [QSA,NC,L]
</IfModule>

DirectoryIndex <service_access.php>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache