Thread: mod_rewrite
View Single Post
Old 04-02-2008, 02:54 PM   #1 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default mod_rewrite

Well I've worked with it before but this time it's just not cooperating. I need to turn this..

http://domain.com/index.php/member/foo/this

into

http://domain.com/index/member/foo/this

I got the impression it would be something like this
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)$ $1/
__________________
"What everyone seems to forget is that while knowledge certainly is something - it's the implementation of knowledge that brings power" - Andres Galindo.

Last edited by Salathe : 04-02-2008 at 05:35 PM. Reason: Fixed URL display
TlcAndres is offline  
Reply With Quote