...

World Wide Web Server 2012-07-04 16:07:29 -07:00
parent d6e2c37971
commit c6c13f756a

12
htaccess.txt.md Executable file

@ -0,0 +1,12 @@
[code]
<IfModule mod_rewrite.c>
RewriteEngine On
#If you are having problems with the rewrite rules, remove the "#" from the
#line that begins "RewriteBase" below. You will also have to change the path
#of the rewrite to reflect the path to your base path.
#RewriteBase /
RewriteRule ^/?ajax/(.*)$ ajax.php?$1 [NC,QSA,L]
</IfModule>
[/code]