What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Mod_Rewrite Help

Mod_Rewrite Help
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
37 / Male / –
Joined: May 2004
Status: Away
RE: RE: Mod_Rewrite Help
quote:
Originally posted by Dempsey
quote:
Originally posted by alexp2_ad
code:
RewriteCond %{QUERY_STRING} ^id=pack&id2=([0-9]+)$
RewriteRule ^$ /soundpack.php [R]
Is a lot closer but still not close enough I'm afraid.  You can't match a query string question mark by using \? it treats it as a literal question mark in the file name.

You could just redirect using php could you not?
oh ok, thanks for the help :)   

I could just do it using php yea, but mod_rewrite would have been my preferred method as the index.php is now the MyBB portal page, meaning I'd have to update it everytime I update MyBB.

Well, at least with that one I gave you you could redirect using the php in soundpack.php ;)

But I'll see if I can dig up something better, it must be possible. *-)


EDIT:  I got it! :D

code:
RewriteCond %{QUERY_STRING} ^id=pack&id2=([0-9]+)$
RewriteRule ^$ /soundpack.php?id=%1 [R,NE]

This post was edited on 09-06-2006 at 11:32 AM by alexp2_ad.
09-06-2006 11:24 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Mod_Rewrite Help - by Dempsey on 09-06-2006 at 10:30 AM
RE: Mod_Rewrite Help - by rav0 on 09-06-2006 at 11:00 AM
RE: Mod_Rewrite Help - by Dempsey on 09-06-2006 at 11:05 AM
RE: Mod_Rewrite Help - by alexp2_ad on 09-06-2006 at 11:15 AM
RE: Mod_Rewrite Help - by Dempsey on 09-06-2006 at 11:19 AM
RE: RE: Mod_Rewrite Help - by alexp2_ad on 09-06-2006 at 11:24 AM
RE: Mod_Rewrite Help - by Dempsey on 09-06-2006 at 11:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On