.htaccess / apache problem in URI routing? |
[eluser]Flemming[/eluser]
this solution worked for me too. I've just moved a site from Apache 1.3.7 to 2.2.11 all my urls were pointing back to the index (every page was displaying as the home page) - adding a '?' after index.php got it working. Alternatively, changing [L] to [R] at the end of the rewrite rule had the same fixing effect but of course the uri displayed as the mod rewritten version, e.g. www.mysite.com/index.php/controller still wondering why... :long: |
Messages In This Thread |
.htaccess / apache problem in URI routing? - by El Forum - 02-03-2009, 09:10 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-04-2009, 06:00 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-16-2009, 06:34 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-16-2009, 10:48 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 02:45 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 03:06 AM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 12:15 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 02:49 PM
.htaccess / apache problem in URI routing? - by El Forum - 02-17-2009, 04:44 PM
|