rajmohan Posted October 30, 2006 Share Posted October 30, 2006 i am having one url like this http://www.music.com/dj_template/template5/index.php?id=84i want this one like thishttp://www.music.com/84please help me already i post this topic but no reply I am not using APACHE only IIS Link to comment https://forums.phpfreaks.com/topic/25564-rewriting-query-string-help-needed/ Share on other sites More sharing options...
SpeedBird Posted October 30, 2006 Share Posted October 30, 2006 You can use [url=http://www.isapirewrite.com/]this[/url]. It was the only rewriter I could get working for IIS. I don't think you can do that sort of rewriting from PHP (but I could be wrong). Link to comment https://forums.phpfreaks.com/topic/25564-rewriting-query-string-help-needed/#findComment-116641 Share on other sites More sharing options...
rajmohan Posted October 30, 2006 Author Share Posted October 30, 2006 i download exe file it is asking for (where should to keep the files) how to follow the step please tell meif i execute it in my localhost then i want to upload this files to my server there how to do this Link to comment https://forums.phpfreaks.com/topic/25564-rewriting-query-string-help-needed/#findComment-116644 Share on other sites More sharing options...
SpeedBird Posted October 30, 2006 Share Posted October 30, 2006 If I remember correctly, the .exe is just a self extractor. You should have two files which need to be kept in the same location (i.e. c:\windows\rewrite); a .dll file and a .ini file. The .dll is an ISAPI filter and needs to be loaded by IIS, the .ini is a configuration file and it is where you will create your rewrite rules using PCRE syntax. PCRE can be quite difficult to get used to, but a good cheat sheet can be found [url=http://www.phpguru.org/downloads/PCRE%20Cheat%20Sheet/PHP%20PCRE%20Cheat%20Sheet.pdf]here[/url]. Link to comment https://forums.phpfreaks.com/topic/25564-rewriting-query-string-help-needed/#findComment-116670 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.