Results 1 to 3 of 3
Hybrid View
-
2nd Mar 2012, 07:54 AM #1OPMember
.htaccess 302 redirect
hey guys need some help.
Trying to temporary redirect my website from the main page to the forum as we fix it up.
Whenever i place the 302 redirect code into my .htaccess file it will redirect but add /forum/forum/forum many times.
This is what's in my .htaccess file
Code:Redirect 301 /wordpress/ http://mysite.com/ Redirect 302 / http://mysite.com/forum # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress </IfModule>
av0id Reviewed by av0id on . .htaccess 302 redirect hey guys need some help. Trying to temporary redirect my website from the main page to the forum as we fix it up. Whenever i place the 302 redirect code into my .htaccess file it will redirect but add /forum/forum/forum many times. This is what's in my .htaccess file Redirect 301 /wordpress/ http://mysite.com/ Redirect 302 / http://mysite.com/forum Rating: 5
-
2nd Mar 2012, 07:34 PM #2MemberWebsite's:
facebook.comtry
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Redirect 301 /wordpress/http://mysite.com/
Redirect 302 /http://mysite.com http://mysite.com/forum
</IfModule>All right everyone, line up alphabetically according to your height.
-
6th Mar 2012, 01:52 AM #3Member
vi index.php and/or vi content.php
at the very top:
<?php
header("Location: forum.php");
exit()
?>
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to rewrite/redirect a folder name with .htaccess
By GBot in forum Whitehat SEOReplies: 0Last Post: 14th Dec 2013, 07:16 AM -
.htaccess redirect
By batori in forum Webmaster ResourcesReplies: 6Last Post: 29th Sep 2012, 05:14 PM -
Redirect from one site to another site using .htaccess
By NaHoW in forum Web Application/Script SupportReplies: 0Last Post: 17th Sep 2012, 05:37 PM -
How to Redirect using htaccess
By AJ Blacklisted in forum Web Application/Script SupportReplies: 4Last Post: 20th Dec 2011, 08:38 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...