Welcome Guest, Not a member yet? Register   Sign In
The all famous mod_rewrite issue
#9

[eluser]selman555[/eluser]
[quote author="Jeroen Schaftenaar" date="1342560252"]
If you get a 404 it could be that your mod_rewrite is not enabled, as you set it up to display a 404 when mod_rewrite is not enabled. Also try using it without the question mark in this
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]
Code:
RewriteRule ^(.*)$ index.php/$1 [L]
. Again what really is happening should be in the apache log files.[/quote]
Not enabled? If I recall correctly, I should just uncomment a line and replace allowoverride none with allowoverride all in httpd.conf so that xampp settings can be overwritten with .htaccess files.
The .htaccess file I posted here is the one I used on my old pc, where it worked just fine.

I also tried your suggestion and deleted the "?", but i'm still getting the 404 error.
I think i'm going to give up!


Messages In This Thread
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:03 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:30 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:37 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:40 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:45 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 01:43 PM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 02:18 PM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 02:24 PM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 10:38 AM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 01:29 PM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 02:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB