Welcome Guest, Not a member yet? Register   Sign In
.htaccess and cPanel servers
#1

[eluser]EEssam[/eluser]
Hi,

I'm using cPanel and the following .htaccess from the docs is only working when I place the CI app in a folder, it's not working when I put the app directly in public_html:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

http://ellislab.com/codeigniter/user-gui.../urls.html

Please help. Thanks.


Messages In This Thread
.htaccess and cPanel servers - by El Forum - 02-02-2009, 09:34 PM
.htaccess and cPanel servers - by El Forum - 02-02-2009, 10:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB