Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-12-2012, 10:20 PM   PM User | #1
mathceleb
Regular Coder

 
Join Date: Mar 2010
Posts: 235
Thanks: 39
Thanked 6 Times in 6 Posts
mathceleb is an unknown quantity at this point
301 redirect to .html extension

I have 50 files on a website, but only want 3 of them to redirect to .html, so I cannot do a redirect all to .html.

Here is one of them.

test.com/master

I want to redirect that to test.com/master.html

I tried this, but it keeps clocking on the page:

Code:
RewriteRule ^/test http://www.mysite.com/test.html [R=301,L]
I also tried this:

Code:
RewriteRule ^/test$ http://www.mysite.com/test.html [R=301,L]
and this:

Code:
RewriteRule ^/test!\.html$ http://www.teachhub.com/test.html [R=301,L]

Last edited by mathceleb; 10-12-2012 at 10:37 PM..
mathceleb is offline   Reply With Quote
Old 10-12-2012, 10:47 PM   PM User | #2
mathceleb
Regular Coder

 
Join Date: Mar 2010
Posts: 235
Thanks: 39
Thanked 6 Times in 6 Posts
mathceleb is an unknown quantity at this point
clearing cache on Drupal, this appears to work?

Code:
RewriteRule ^test!\.html$ http://www.mysite.com/test.html [R=301,L]
mathceleb is offline   Reply With Quote
Old 10-13-2012, 03:19 AM   PM User | #3
patryk
Regular Coder

 
patryk's Avatar
 
Join Date: Oct 2012
Location: /dev/couch
Posts: 395
Thanks: 2
Thanked 64 Times in 64 Posts
patryk is on a distinguished road
how about using redirect for redirecting and rewrite for rewriting?
Code:
Redirect 301 /document.php http://domain.com/other-document.php
patryk is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 03:20 AM.


Advertisement
Log in to turn off these ads.