Introduction -
Hello, I am using URL Rewrite Module for my website. My website is a Society related website. I have a common website which the User see's, when the User writes his Society Name in the URL, the User is redirected to his/her Society Website. For example - My website name is "www.xyz.in", then the User will type in as "www.xyz.in/Rewriter" where "Rewriter" is the Users' Society name. Then in the Society Webpage I get the Society's ID and show appropriate information on the required pages using Session Variable.
Problem -
Now suppose the User has multiple society names, (say A and B), so when the User types in as "www.xyz.in/A" then the User gets redirected to A society website, and the same happens when he/she types "B" in the URL, but when the User again goes to the index page and types A, at that the Society Website page is not getting loaded properly. I tried to debug the page, but the page does not loads, and in the Session Variable I get B's ID and again B's information is being displayed on the webpage, which is incorrect.
Is this happening due to the URL re-writing module????
I hope you might have understood my problem. Hope to get some good replies...
Thank you.
↧