1
Catzwolf
Mod rewrite question
  • 2007/10/6 17:43

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I have been trying to add a simple mod rewrite to WF-Channel and without much luck. Could someone help me out with this issue a little?

tried the following:

Options +FollowSymLinks
RewriteEngine on

RewriteRule index
-cid-(.*).html index.php?cid=$1


Options +FollowSymLinks
RewriteEngine on

RewriteRule index
/cid/(.*) index.php?cid=$1
RewriteRule index
/cid/(.*)/ index.php?cid=$1


Options +FollowSymLinks
RewriteEngine on

RewriteRule index
,(.*).html index.php?cid=$1


And nothing happens :/

Thank you

Catz

2
alfred
Re: Mod rewrite question
  • 2007/10/6 18:00

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


RewriteRule ^index-cid-(.*).html index.php?cid=$[L]


Alfred

3
Catzwolf
Re: Mod rewrite question
  • 2007/10/7 18:24

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hiya Alfred,

Thanks, I tried that as well and no luck.

I know it mod rewrite is working (My Joomla testsites uses it so.....) but nothing I try on XOOPS works. Blah.

Catz

Login

Who's Online

177 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 177


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits