Subdomain & Subfolder WordPress Installation
-
I have a website gb.idsrealestate.com that is not displaying the CSS properly. The website is a sub domain website with a subfolder (wp) WordPress installation. I am trying to display the website properly.
I tried using the code below but am not sure how to properly implement the correct variables.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]
RedirectMatch 301 ^/subfolder/(.*)$ https://subdomain.example.com/$1Site: gb.idsrealestate.com
Sub Folder: /wp/ –> WordPress installation files locationMany thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Subdomain & Subfolder WordPress Installation’ is closed to new replies.