Hi All, first time user.... hoping that the cPanel collective genius can help me with this issue.
So, I'm moving a Wordpress site for a friend. Usually not an issue at all, done it a load of times both with a plugin and manually.
This one is a little different... I have never seen this structure in a domain folder before. I have attached a picture.
Here is the contents of the .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^DOMAIN_HIDDEN\.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www\.DOMAIN_HIDDEN\.ie$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/www\.DOMAIN_HIDDEN\.ie\/" [R=301,L]
Usually the wp installation is in the root domain folder.... but this has www & shop in it.
The shop folder holds the ecommerce part of the site, but that's another days work.
Baffled!
Any help would be seriously appreciated as there's a tight deadline.
So, I'm moving a Wordpress site for a friend. Usually not an issue at all, done it a load of times both with a plugin and manually.
This one is a little different... I have never seen this structure in a domain folder before. I have attached a picture.
Here is the contents of the .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^DOMAIN_HIDDEN\.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www\.DOMAIN_HIDDEN\.ie$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/www\.DOMAIN_HIDDEN\.ie\/" [R=301,L]
Usually the wp installation is in the root domain folder.... but this has www & shop in it.
The shop folder holds the ecommerce part of the site, but that's another days work.
Baffled!
Any help would be seriously appreciated as there's a tight deadline.
Attachments
-
105.7 KB Views: 8