Moved .htaccess and json_sms.php to the web/ folder
This commit is contained in:
10
web/.htaccess
Normal file
10
web/.htaccess
Normal 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>
|
Reference in New Issue
Block a user