GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Tuesday, February 15, 2011

.htaccess File In CodeIgniter

Place an .htaccess file in the yourdomain.com/codeigniter/ directory
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt|user_guide/*/*)
RewriteRule ^(.*)$ /codeigniter/index.php/$1 [L]

Share/Bookmark

No comments:

Post a Comment