mod rewrite - How to redirect www.foo.com/bar to www.foo.com:8080 without changing url? -


www.foo.com/bar पर www.foo.com:8080 को कैसे पुनर्निर्देशित करें यूआरएल बार?

इसलिए मुझे यूआरएल बार में हमेशा दिखने के लिए www.foo.com/bar (+ संभव प्राप्त पैरामीटर / सबफ़ोल्डर) चाहिए।

क्या यह साथ किया जा सकता है Mod_rewrite?

ऐसा करने के लिए आपको प्रॉक्सी की आवश्यकता है () यहां एक उदाहरण दिया गया है:

  पुनर्लेखन% {SERVER_PORT} ^ 80 $ पुनर्लेखन नियम ^ http: //% {HTTP_HOST}: 8080% {REQUEST_URI} [पी]  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -