Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 11-25-2005, 06:35 AM
alfanet alfanet is offline
New real estate webmaster
 
Join Date: Oct 2005
Posts: 12
alfanet is on a distinguished road
Default Using mod_rewrite

I'm trying to redirect my page called My Page.htm to an address http://www.mysite.com/my_page.php

How can i do that if i have a space between the word "My" and "Page" ?

I've tried doing this:

RewriteRule ^My Page.htm$ http://www.mysite.com/my_page.php [R=301,L]

But didn't work.

So i've tryed this too:

RewriteRule ^My%20Page.htm$ http://www.mysite.com/my_page.php [R=301,L]

And nothing happens... anyone can help me?
Reply With Quote
Old 11-25-2005, 03:05 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,771
webmaster will become famous soon enough
Default Re: Using mod_rewrite

%20 if you actually have a space in the filename, that is how it should be parsed by the browser and mod engine, can you show us the URL you are trying to redirect, and the URL you are trying to redirect to?
Thanks
__________________
Want to save up to 50% off Real estate webmasters product websites & common upgrades? Check out my latest blog post regarding our end of the year sale.
Reply With Quote
Old 11-25-2005, 05:43 PM
Aaron Aaron is online now
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 7,773
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: Using mod_rewrite

RewriteRule ^My([^/])Page.htm$ http://www.mysite.com/my_page.php [R=301,L]

Edit:this will write anything betweenMy and Page so My4Page.htm .. will also be rewriten. Not sure If that is good.

Last edited by Aaron; 11-25-2005 at 11:17 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 07:40 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.