Welcome Guest, Not a member yet? Register   Sign In
remove index.php from urls using apache httpd.conf
#5

[eluser]omx[/eluser]
Ok, in the end I just enabled .htaccess files to override conf and got it to work.

Tried several permutations, how can I remove the CodeIgniter bit from the url?

Code:
RewriteRule ^(.*)$ /CodeIgniter/index.php?/$1 [L]
has no effect...

So I end up with

http://localhost/welcome

instead of

http://localhost/CodeIgniter/welcome

Thanks!


Messages In This Thread
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 05:08 AM
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 05:12 AM
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 06:19 AM
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 06:44 AM
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 07:57 AM
remove index.php from urls using apache httpd.conf - by El Forum - 08-04-2010, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB