New add on domain

Status
Not open for further replies.

jpr28056

Member
Messages
84
Reaction score
4
Points
8
I just added the domain therudens.com as an add on. I installed word press but it installed it in therudens.com/wp so thats how it has to be accessed. How can I get it to go straight to the site therudens.com? I tried to do a redirect from therudens.com/wp to therudens.com. It worked in cpanel but not doing on the web. Any help would be appreciated.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
To the .htaccess file in the root directory for therudens.com , add the lines:

Code:
RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_URI}  ^/$
RewriteRule .* /wp
 
Status
Not open for further replies.
Top