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

[eluser]Clooner[/eluser]
[quote author="selman555" date="1342559935"][quote author="Jeroen Schaftenaar" date="1342557797"][quote author="selman555" date="1342550731"][quote author="Jeroen Schaftenaar" date="1342550403"]Mod_rewrite is a web server issue, try looking at those...[/quote]
Not sure what I should look at.
When I started my project the first time, I got it working on xampp and on the domain.
Now I don't remember what settings I have to change in order for mod_rewrite to work with xampp.[/quote]

In the apache log files, there it will say exactly why it gives the 500 error![/quote]
I checked the apache logs, but there's no reference to the 500 errors.
Recently, I found out that I can access all of my pages using the index.php suffix. Pretty stupid of me not to check that first, so now the only problem left is mod_rewrite.
the index.php should be rewritten, but now I always get the object not found error.
The only page that does work without the index.php suffex in my homepage or indexpage...

Any suggestions on that?[/quote]

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.


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