Extended Memory.
Just something to replace the scraps of paper on my desk.
Home
Home
» Posts tagged: htaccess
htaccess redirects
April 09, 2012
- Posted in
Uncategorized
by
randy
Redirect www to non-www: :::apache RewriteEngine On RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L] Redirect non-www to www:
Accessing Plesk Panel on 443
April 06, 2012
- Posted in
Uncategorized
by
randy
I wanted customers to access the Plesk panel without using the port number so here's what I did: How I made https://{pleskpaneldomain}:8443 available from https://{pleskpaneldomain} Create subdomain