Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
301 Redirect via .htaccess
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- 301 Redirect via .htaccess
301 Redirect via .htaccess
31-07-2009 8:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've set up dedicated hosting for my site and have transferred it. I've set up a rewrite in .htaccess however it does not work - it seems like .htaccess does not even work? I need the redirect to work so if someone goes to www.domain.co.uk/hello.php, they get redirected to www.domain.com/hello.php
I'm using:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Can someone confirm please
I'm using:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Can someone confirm please
Message 1 of 2
(1,029 Views)
1 REPLY 1
Re: 301 Redirect via .htaccess
31-07-2009 8:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Sorted 
Think the index.php was playing me

Think the index.php was playing me

Message 2 of 2
(310 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- 301 Redirect via .htaccess