FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Mod_Rewrite Problem...

 


Simulator
I can't seem to do this:

go from
www.simandsim.com/Simulacra
to
www.simandsim.com/index.php?find=Simulacra

The only way I can is if I go
www.simandsim.com/Simulacra/

Heres my code:
Code:

RewriteRule ^(.*)//?$ index3.php?find=$1 [L]
RewriteRule ^(.*)/?$ index3.php?find=$1 [L]
Stubru Freak
Simulator wrote:
I can't seem to do this:

go from
www.simandsim.com/Simulacra
to
www.simandsim.com/index.php?find=Simulacra

The only way I can is if I go
www.simandsim.com/Simulacra/

Heres my code:
Code:

RewriteRule ^(.*)//?$ index3.php?find=$1 [L]
RewriteRule ^(.*)/?$ index3.php?find=$1 [L]


Try

Code:
RewriteRule ^([^/]*).*$ index3.php?find=$1
Simulator
Its goes the same as the one that I had, it just puts all the files into it, even the index one it goes to index3.php?find=index3.php
Reply to topic    Frihost Forum Index -> Scripting -> Others

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.