HiI have a scenario in which if somebody types in http://myserver.com/abc where abc is one of my directory, then I want it to be redirected to one of my internal URL's. Please adviceThanks
You are providing no informationWhat OS are you using ? What Web Server ? Where did you make that change ?
Andy, I admire your patience Usually I do not even try to play "20 questions to pry your real issue out of you" Game.
My mistake I shud have provided the complete informatiom. Here is the complete information about the environment i am working on:OS: Windows Server 2003Webserver: Apache httpdTeamsit InformationVersion: TS6.5Apache tomcat 5.0Now i am trying to make changes in httpd.conf file. Find the file attached.Please let me know if you need some more informationThanksManuj
a bit more explanation of my scenario:I have my complete site deployed on the production server, there I have a URL http://dummy.staging.com that points to my site. Now what i want is whenever a person types in http://dummy.staging.com/about where about is a dir in my site then it should be automatically redirected to http://dummy.staging.com/about/index.page.Here what I am trying to use is rewrite_module in httpd.conf file but could not get any success in meeting my actual requirement.ThanksManuj