Flinstone
Registered Member
- May 4, 2012
- 51
- 9
Hi i have a site on namecheap with the easywp panel which doesnt give access to htaccess file by ftp.
When i type domain in browser www.site.com , the site appears but the www dissapear in the url bar which looks antiesthetic and unprofessional . And also i would need when typing in browser just site.com to be redirected to www.site.com . A long time ago i remember i used this on htaccess file
"
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] "
But i dont have access to the file htaccess by ftp ... So any one could please give me a hand here ?
I also tried unsuccesfully a 301 URL redirect ...
Actually on the domain i Have :
************************************************************
ALIAS Record www ingress-alpha.easywp.com
ALIAS Record @ ingress-alpha.easywp.com
*************************************************************
When i type domain in browser www.site.com , the site appears but the www dissapear in the url bar which looks antiesthetic and unprofessional . And also i would need when typing in browser just site.com to be redirected to www.site.com . A long time ago i remember i used this on htaccess file
"
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] "
But i dont have access to the file htaccess by ftp ... So any one could please give me a hand here ?
I also tried unsuccesfully a 301 URL redirect ...
Actually on the domain i Have :
************************************************************
ALIAS Record www ingress-alpha.easywp.com
ALIAS Record @ ingress-alpha.easywp.com
*************************************************************