Welcome Guest, Not a member yet? Register   Sign In
Removing the index.php file
#16

[eluser]Flemming[/eluser]
great - so that means your mod_rewrite does work, you just need to fine-tune the rules!

This one SHOULD work:

Code:
RewriteRule ^/(.*)$ /index.php/$1

so that if you visit

Code:
http://www.live-site-url.co.uk/used-cars/

it should be re-written to

Code:
http://www.live-site-url.co.uk/index.php/used-cars/

(remember, you won't see that in the address bar - it will still read

Code:
http://www.live-site-url.co.uk/used-cars/

if you feel like you're going round in circles then please search these forums for mod_rewrite examples and try every combination you can. Eventually you will find success!

what happens if you try

Code:
RewriteRule ^/(.*)$ /index.php/$1 [R]

this should FORCE a redirect, so you will see the new address in your address bar, i.e.

Code:
http://www.live-site-url.co.uk/index.php/used-cars/


Messages In This Thread
Removing the index.php file - by El Forum - 10-14-2008, 01:17 AM
Removing the index.php file - by El Forum - 10-14-2008, 03:26 AM
Removing the index.php file - by El Forum - 10-14-2008, 05:59 AM
Removing the index.php file - by El Forum - 10-14-2008, 06:19 AM
Removing the index.php file - by El Forum - 10-14-2008, 08:04 AM
Removing the index.php file - by El Forum - 10-14-2008, 08:19 AM
Removing the index.php file - by El Forum - 10-14-2008, 08:48 AM
Removing the index.php file - by El Forum - 10-14-2008, 08:53 AM
Removing the index.php file - by El Forum - 10-14-2008, 09:35 AM
Removing the index.php file - by El Forum - 10-15-2008, 02:25 AM
Removing the index.php file - by El Forum - 10-15-2008, 04:08 AM
Removing the index.php file - by El Forum - 10-15-2008, 04:18 AM
Removing the index.php file - by El Forum - 10-20-2008, 04:00 AM
Removing the index.php file - by El Forum - 10-20-2008, 04:44 AM
Removing the index.php file - by El Forum - 10-20-2008, 05:00 AM
Removing the index.php file - by El Forum - 10-20-2008, 06:43 AM
Removing the index.php file - by El Forum - 10-20-2008, 06:47 AM
Removing the index.php file - by El Forum - 10-24-2008, 01:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB