Hi,
I am new to php, I have done url rewriting in htaccess.php , can I know whether the same script will work in IIS, apache server ?
Thanks
Jayashree
Using htaccess
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Using htaccess
.htaccess is used for Apache, IIS has a different mechanism.
Re: Using htaccess
Thanks for your reply.jayshields wrote:.htaccess is used for Apache, IIS has a different mechanism.
Re: Using htaccess
You can look into using ISAPI Rewrite for IIS. It gives similar functionality for IIS:
http://www.isapirewrite.com/
Joe Ceresini
Network Engineer
jceresini@hostmysite.com
HostMySite.com
http://www.isapirewrite.com/
Joe Ceresini
Network Engineer
jceresini@hostmysite.com
HostMySite.com
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: Using htaccess
In general, .htaccess works only on Apache, nginx, LiteSpeed and lighttpd.