2012-04-10 17:22:12 +00:00
|
|
|
# DO NOT CHANGE THIS FILE
|
|
|
|
# If you need to change this file, you are doing something wrong.
|
|
|
|
|
2007-04-03 14:10:23 +00:00
|
|
|
Options FollowSymlinks Multiviews
|
|
|
|
|
|
|
|
RewriteEngine on
|
2011-09-14 13:38:01 +00:00
|
|
|
RewriteBase /
|
2012-04-09 00:38:47 +00:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
2011-09-14 13:38:01 +00:00
|
|
|
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
|
2014-10-09 15:44:33 +00:00
|
|
|
RewriteRule ^api/v0(.*)$ api_v0.php/$1 [L]
|
2014-07-08 19:26:17 +01:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
|
2011-09-14 13:38:01 +00:00
|
|
|
RewriteRule ^(.*)$ index.php/$1/
|
2011-09-21 09:21:30 +00:00
|
|
|
|
|
|
|
AcceptPathInfo On
|