url rewrite question

New to mod_rewrite? This is a good place to start.

url rewrite question

Postby Celeryman » Thu Aug 26, 2004 2:18 pm

I have a url like this:

http://www.roswell.enmu.edu/departments ... ndex.shtml

and want users just to be able to type in

http://www.roswell.enmu.edu/ems

and be redirected to the first address.

I am mildly familiar with regexps but not enough to do this without some help.

Thanks.
Celeryman
 
Posts: 2
Joined: Thu Aug 26, 2004 2:15 pm

Postby seomike » Thu Aug 26, 2004 5:35 pm

RewriteEngine On
RewriteBase /

RewriteRule ^ems$ /departments/division_of_health/ems/index.shtml [R]
seomike
 
Posts: 331
Joined: Thu May 06, 2004 7:36 pm
Location: Dallas

Postby Celeryman » Fri Aug 27, 2004 6:08 am

Thanks for your help seomike. I will give this a try.
Celeryman
 
Posts: 2
Joined: Thu Aug 26, 2004 2:15 pm


Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 19 guests

cron