Godaddy Linux hesabına Web hizmeti URL yeniden yazma

0 Cevap php

Ben Godaddy paylaşılan Linux hosting hesabı var. Bu konuda ben URL'leri yeniden yazmak gerekir varsayalım, ama benim Apache bilgi soru çok noob-ish :) yani eğer önceden affedersiniz, oldukça sınırlıdır.

domain xxx.com için, ben böyle benim PHP web hizmetini çağırmak:

http://service.xxx.com/catalog.php?action=getcatalog&catalogid=7

Ben bu gibi aramak mümkün istiyorum:

http://service.xxx.com/catalog/getcatalog?catalogid=7

Birkaç parametre adları ile çeşitli hizmetler olduğundan, bu denklemdeki değişkenlerin sayfasının adı, eylem ve parametreleri

(i.e. http://service.xxx.com/X/Y?Z=W => http://service.xxx.com/X.php?action=Y&Z=W) As an added complication, some of those services have more than one parameter.

The questions are: 1. having a shared server with no access to the httpd.conf file, is this even possible? 2. If so, what do I need to do?

TIA, Guy

0 Cevap