Running IIS6 on Windows 2003
I have a typical postnuke website and I'm trying to get rid of the? marks in my urls and make them look normal.
If anyone can give me a hand with the syntax of Isapi Rewrite, that would be great. I downloaded the free version and it installed great but, I just cannot get the syntax to work......
Anyway, with Postnuke, the URL's look like:
www.domainname.com/modules.php?op=modload&name=pnphpbb2&file=index
another one might be:
www.domainname.com/modules.php?op=modload&name=pnphpbb2&file=index
Thinking the best way is to write an ISAPI REWRITE rule so the link looks like:
www.domainname.com/modules/googlenews.php
and
www.domainname.com/modules/pnphpbb2.php
or something similar? From what I hear, search engines do not like the "?" in weblinks so none of my weblinks will be followed.
Thanks
Steve
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- Guite responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 05:53 PM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Isapi Rewrite Rule for postnuke - solve search engine probs
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
I understand that Google can handle Query strings fine provided they're not too long (PostNuke's are rather long, they're not very memorable or good for posting direct links in forums), what gives them a headache is the Postnuke site ID POSTNUKESID appended for non-logged users, such as their bots. They can be turned off in the PHP.ini file. Search the forums, can't remember the specific variable.
IIS Rewrite is the closest to Apache's mod_rewrite module as far as I know, it uses the exact same syntax, so the pre-existing rewrite rules in ShortURL-enabled themes may work unmodified. But it's commercial software produced by Qwerksoft:
http://www.qwerksoft.com/products/iisrewrite/
Their site says currently on special for $US99, normally $199.
Isapi Rewrite Full (http://www.isapirewrite.com/) might be just as good now, can't say, don't use IIS. Their free Lite version might do you just fine, which is a price that's hard to beat.
A quick look at their online documentation suggests it's also a close copy of Apache's module, so try the Lite version (provided you don't use Proxies or any of the other limitation of the Lite version) -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 6
Hello Steve
Did you manage to figure that thing out. Even I am using the same config as your are. I am not very much intrested in using iisrewrite.
I have read isapi documents but still i am unable to make it work. I hope you have figured out how to make it work.
Thanx
Saf
- Moderated by:
- Support
