Using Codeignator in subfolder developer tip
setting up codeigniter can be nightmare with slightest mistake in .htaccess commands. I am pasting htaccess code which works perfectly for quick reference.
setting up codeigniter can be nightmare with slightest mistake in .htaccess commands. I am pasting htaccess code which works perfectly for quick reference.
1
2
3
| RewriteBase / myapp RewriteCond % { REQUEST_URI } ^ system. * RewriteRule ^ ( . * ) $ / index .php / $ 1 [L] |
No comments:
Post a Comment
Please leave your comments and we will be reply you back ASAP
vikas agrawal