smsgateway/.htaccess
Gergely Polonkai (W00d5t0ck) 80376ff566 Started rewriting the new version
json_sms.php already reflects that. The old class files are still around, though.
2012-09-25 18:56:03 +02:00

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>