|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I created a website in PHP www.poundsback.com and i want to know how to make Friendly URL's if you browse the website you will see that some of the urls are quite long in size. I heard already you can use .htaccess but for one im not sure if it works on a windows server as my website is on ixwebhosting at time of setup it asked me which package linux or windows unfortunately i chose windows but im not sure if this is a problem Can anybody me Basically i need a step by step on how to setup Search engine friendly URLs on the ixwebhosting windows host package. Im sure it will be the same as any other windows hosting service. So can somebody explain please. Thanks in advance Flickle |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
flickle1 wrote:
> Hi, > > I created a website in PHP > www.poundsback.com > > and i want to know how to make Friendly URL's if you browse the > website you will see that some of the urls are quite long in size. > > I heard already you can use .htaccess > > but for one im not sure if it works on a windows server If Apache on Windows (perfectly possible), then yes. However, most hosters use IIS if they say they have a 'Windows' package. Then again, a switch should be easily possible. > as my website is on ixwebhosting at time of setup it asked me which > package > linux or windows > > unfortunately i chose windows but im not sure if this is a problem > > > Can anybody me > Basically i need a step by step on how to setup Search engine friendly > URLs on the ixwebhosting windows host package. > > Im sure it will be the same as any other windows hosting service. Not really related to PHP, ask in an IIS group, or search for 'IIS url rewrite' There are possibilities, a lot more cumbersome then in Apache though IMO. -- Rik Wasmus ....spamrun finished |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Jun 13, 7:16am, flickle1 <mrdaniel...@live.com> wrote:
> > i want to know how to make Friendly URL's ... > I heard already you can use .htaccess > > but for one im not sure if it works on a windows server It doesn't matter what the operating system is. URL rewriting is a HTTP server feature. If you have Apache, you can use URL rewriting (provided that mod_rewrite is set up correctly) regardless of the server OS. If you have IIS, you can use ISAPI_Rewrite: http://www.isapirewrite.com/ Cheers, NC |
|
![]() |
| Outils de la discussion | |
|
|