Merge commit '1392bd3a96045302b60d845a90901a4b2234c475' as 'seatmap-webapi'
This commit is contained in:
5
seatmap-webapi/.htaccess
Normal file
5
seatmap-webapi/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ api.php/$1 [QSA,L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user