Jump to content
TNG Community

Redirect to new Folder


KevyNC

Recommended Posts

Hello,

I need to rediect (Permanent change until next TNG Update) all traffic from

https://alveslaborefamily.net/tng1203/

to

https://alveslaborefamily.net/tng1210/

Also I have Wordpress in the Root Folder and TNG in the subfolder. 

below is what I have in my .htaccess file -- but it is not working (The page isn’t redirecting properly).

# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^tng1203.*$ http://alveslaborefamily.net/tng1210/ [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Link to comment
Share on other sites

There are some WP plugins that can do redirections for you.

Link to comment
Share on other sites

Well, I tried to do from the Cpanel and that also gave an error.  Wondering if it had to do with something  else creating that issue. I have seen those plugins before..... I try to avoid using plugins so they do not cause issues with other things (potential or otherwise). I will look to see if I can find one that works

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...