php ile sunucu çalışma aspx isteklerini yapmak

0 Cevap php

Biz bir emlak sitesi yaratıyor. Ulusal Franchising sitesi bize üzerinden yerel alanda düşmeye Searchs geçmek istiyor. Aramalar bu biçimde takip ZORUNLU:

/propertysearch/findpropreties.aspx?q1=this&q2=that&q3=other

Konular, PHP bir site inşa edilmiş ve bir windows sunucu satın alma ve aspx öğrenme bu bir senaryo için overkill gibi görünüyor olmasıdır.

Yani ... Ben böyle, ben bir yönlendirme yapmak gerektiğini düşünüyorum:

RewriteRule /propertysearch/findpropreties.aspx$ http://texasmls.com/corpSearch.php [R=301,L,QSA]

Ama çalışmıyor.

In summary: Does anyone know how to trick the server into running aspx files as php? I recieve a request like example.com/propertysearch/findproperties.aspx?this=Something I want to parse this request with php...

Yardımın için teşekkürler!

0 Cevap