Skip to content
Snippets Groups Projects
Commit 7ec305fc authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #9 from greezybacon/feature/api-mod-rewrite

Reviewed: .htaccess for mod_rewrite
parents d873f53a f651e555
No related branches found
No related tags found
No related merge requests found
Options +FollowSymLinks
RewriteEngine On
RewriteBase /api/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http.php/$1 [L]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment