Moved .htaccess and json_sms.php to the web/ folder

This commit is contained in:
Gergely POLONKAI
2012-11-04 14:44:55 +01:00
parent 4929ac8bb5
commit e266032e80
2 changed files with 0 additions and 0 deletions

10
web/.htaccess Normal file
View File

@@ -0,0 +1,10 @@
<IfModule mod_rewrite.c>
RewriteEngine On
#<IfModule mod_vhost_alias.c>
# RewriteBase /
#</IfModule>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ json_sms.php [QSA,L]
</IfModule>