FORUM HOME | WHUK BLOG   
WEB HOSTING UK AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM
PHP LINUX SHARED HOSTING WINDOWS ASP.NET HOSTING PACKAGES
ECOMMERCE HOSTING ASP MSSQL MS ACCESS ODBC FRONTPAGE HOSTING
CPANEL WHM FANTASTICO RESELLER DEDICATED SERVER WEB HOSTING
CHEAP PLESK CPANEL HTML MYSQL BEST UK VPS HOSTING COMPANY
CHEAP RELIABLE UK HOSTING PROVIDER SINCE 2001
MANAGED WEB HOSTING SERVICE
AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM

Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum » Technical Support » Windows Dedicated Servers

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 13-06-09, 06:56 PM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default URL Rewrite with IIS 6

Hi guys!

I've been using IIS for some time now and I've recently moved one of my larger websites over from Linux to Windows web hosting which has caused me a slight pickle.

The website requires mod_rewrite, usually linked to the same job as .htaccess

Does anybody know of a third party application that allows mod_rewrite installation onto IIS 6.0 with separate account configuration that is free?

There is Helicon and a few others but they're rather costly and I cannot afford to pay £100 on average.

Thanks
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #2 (permalink)  
Old 14-06-09, 12:16 PM
Senior Member
 
Join Date: Jan 2007
Location: Dorset
Posts: 1,117
Default

is this somrthing similar that you are looking for Dan?
IIRF
Reply With Quote

  #3 (permalink)  
Old 14-06-09, 12:17 PM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

Hi Jon,

Thanks for your response. I've tried a few including IIRF, ISAPI_Rewrite and none of them seem to be working.

Here's one of my rules; I know it's set out right but none of them are picking it up.

RewriteRule ^login$ 53453946_login.php [L]
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #4 (permalink)  
Old 16-06-09, 10:27 AM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

I've managed to set it to a singe, more important website and I'll look into the smaller websites another time.

I resolved to using Helicon ISAPI Rewrite 3 LITE.
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #5 (permalink)  
Old 16-06-09, 11:03 PM
black-dog's Avatar
Senior Member
 
Join Date: May 2008
Location: Newcastle under Lyme
Posts: 205
Send a message via Yahoo to black-dog
Default

Quote:
Originally Posted by Dan View Post
I've managed to set it to a singe, more important website and I'll look into the smaller websites another time.

I resolved to using Helicon ISAPI Rewrite 3 LITE.
Think I'd just have stuck with Linux
__________________
black-dog
4theweb.co.uk Web stuff
slipperyhill.co.uk Band
Reply With Quote

  #6 (permalink)  
Old 16-06-09, 11:04 PM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

There's positives about Windows and drawbacks at the same time. I prefer IIS than no-GUI
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #7 (permalink)  
Old 19-10-09, 11:27 AM
Junior Member
 
Join Date: Oct 2009
Posts: 11
Default

Hi !
I like the graphical interface and i cannot leave windows beacause of that.
I have never liked Linux too much because it lacks GUI.

Thanks for sharing

Regards
Walter Burke
__________________
Signature has been removed, please do not advertise websites in your signature.
Reply With Quote

  #8 (permalink)  
Old 19-10-09, 11:41 AM
Senior Member
 
Join Date: Oct 2009
Posts: 315
Default

Quote:
Originally Posted by walterburke View Post
Hi !
I like the graphical interface and i cannot leave windows beacause of that.
I have never liked Linux too much because it lacks GUI.

Thanks for sharing

Regards
Walter Burke
Even Linux comes with a good GUI, I would recommend you to download Ubuntu Server edition and then getting a guide to install X and your desktop environment of choice (GNOME, KDE, Xfce, etc).
Reply With Quote

  #9 (permalink)  
Old 19-10-09, 02:00 PM
Hexosphere's Avatar
Senior Member
 
Join Date: Jul 2009
Location: Usually sat at this Beastie
Posts: 156
Default

Pongers is right, you could use the X windows system with the desktop of your choice, gnome, kde etc. And you can remotely access it fairly easily - sure you can't just fire up the desktop in putty. You want something called FreeNX, which is an SSH client that connects to a virtual desktop of the linux system. You'd need to install the server version as well as the client version on your home machine, but it's possible. It's basically acheived through ssh tunneling.
__________________
Hexo
-------
The man that knows how, is always working for the man that knows why
Reply With Quote

  #10 (permalink)  
Old 28-10-09, 09:27 PM
new member
 
Join Date: Oct 2009
Posts: 1
Default

Quote:
Originally Posted by Dan View Post
Hi Jon,

Thanks for your response. I've tried a few including IIRF, ISAPI_Rewrite and none of them seem to be working.

Here's one of my rules; I know it's set out right but none of them are picking it up.

RewriteRule ^login$ 53453946_login.php [L]

In IIRF, you need to precede the URL with a slash.

RewriteRule ^/login$ 53453946_login.php [L]

This will allow you to type in http ://myserver.com/login and the actual server-side resource that serves the request will be http ://myserver.com/53453946_login.php .

IIRF is a free download.
http ://iirf.codeplex.com
Reply With Quote

  #11 (permalink)  
Old 24-05-10, 11:37 AM
new member
 
Join Date: May 2010
Posts: 3
Default Iis

I am planning to upgrade to IIS7 in next few months, but in the meantime, I have a need to implement URL rewriting in IIS6.
Reply With Quote

  #12 (permalink)  
Old 24-05-10, 02:56 PM
Sales Team
 
Join Date: Sep 2006
Posts: 1,628
Send a message via MSN to Harry Send a message via Skype™ to Harry
Default

Have you tried IIRF or ISAPI_Rewrite ?
It seems that ISAPI_Rewrite is powerful, stable and worth using. Give it a try and check it yourself.
Dan had mentioned about using 'Helicon ISAPI Rewrite 3 LITE ' previously which had worked for him

Make sure you need to have higher hosting package like a VPS or a Windows Dedicated Server ( without Plesk control panel) if you want to use ISAPI Rewrite module.
__________________
UK VPS Hosting || Managed Server Hosting || Reseller Hosting
Looking for extra revenue ?
Join our webhosting affiliate program and earn upto £300 Webhosting UK Affiliate
Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT. The time now is 02:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright 2001-2010 Web Hosting UK. All rights reserved.
Web Hosting UK Forum





Site Map

Shared Cloud
Shared Cloud From £1

Affiliate Program
Earn up to £300 Per Sale

Dedicated Servers
Dedicated Server Hosting

Cloud Hosting
Cloud Server Hosting

Load Balanced Server
Load Balancing Server

VPS Hosting
Linux VPS Hosting

Windows VPS
Windows 2003 VPS

Zimbra Hosting
Zimbra Email Hosting

cPanel Hosting
Shared Linux Hosting

Windows Hosting
Shared Windows Hosting

Coldfusion Hosting
Windows Coldfusion Hosting

cPanel Reseller Hosting
Shared Windows Hosting

Windows Reseller
Windows Reseller Hosting

Email Web Hosting
Email Hosting

Semi-Dedicated Server
Semi-Dedicated Hosting

Remote Backup Plans
Offsite Backup Service


cpanel hosting
Knowledgebase Articles

Pre-Sales Question
Web Hosting FAQ's

Dedicated Hosting
Dedicated Server FAQ's

Virtual Private Servers
VPS Hosting

PHP MySQL Hosting
cPanel Hosting

Windows Hosting
ASP MSSQL Hosting

Domain Name
Domain registration FAQ's

CMS Hosting
CMS Hosting FAQ's

Payment Gateways
Payment FAQ's


Support Tutorials

cPanel Tutorials
cPanel Flash Tutorials

Wordpress Tutorials
Wordpress Flash Tutorials

Plesk Tutorials
Plesk Flash Tutorials

PhpMyadmin Tutorials
PhpMyadmin Flash Tutorials

Drupal Tutorials
Drupal Flash Tutorials

Mambo Tutorials
Mambo Flash Tutorials

Joomla Tutorials
Joomla Flash Tutorials

More Hosting Tutorials