80376ff566
json_sms.php already reflects that. The old class files are still around, though.
11 lines
218 B
ApacheConf
11 lines
218 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
|
|
#<IfModule mod_vhost_alias.c>
|
|
# RewriteBase /
|
|
#</IfModule>
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*)$ json_sms.php [QSA,L]
|
|
</IfModule>
|