forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
htaccess.txt
World Wide Web Server edited this page Jul 4, 2012
·
3 revisions
[code] 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] [/code]
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)