coolcom
- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 26
Comments
Recent activity by coolcom-
Let's be frank... the cPanel licenses increased significantly over the last year or two... and you took your profits. That's fine. However, there is an implicit agreement here, and that is that pr...
-
Heh... OK... tested and verified. I guess that's what "Public Domains" means, eh? LOL All these years and I never understood that... I'm sitting here thinking "domains accessible by the public" ...
-
OK... so the .htaccess should look like: RewriteEngine on RewriteRule ^(.*)$ https: //newdomain.com/$1 [R=301] (space added to URL above to allow it to show) I changed it to that and all works a...
-
This is the current .htaccess file: RewriteEngine on # #RewriteEngine on #RewriteOptions inherit #RewriteCond %{HTTP_HOST} ^domain.com$ [OR] #RewriteCond %{HTTP_HOST} ^www\.domain\-t\.com$ #Rew...