Spirogg
- Total activity 884
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 193
Comments
Recent activity by Spirogg-
-
[root@server1 ~]# cd /var/cpanel/userdata/cpanel-username then cat cpanel-username at the very bottom you will see it I turned it ON servername: domain.com ssl: 1 ssl_redirect: 1 usecanonicalnam...
-
Have a second site on server with same problem Auto redirecting to SSL and can't redirect www In checking I find some work and some don't. From where I stand the problem is without a doubt due to...
-
Hey there! Would this be a WordPress site? The siteurl value along with various plugins can determine how redirection happens, and that is outside both Apache and .htaccess. A tool such as the ...
-
No matter how I try I can not redirect www Set a redirect in cpanel - picked the main domain - set it to only redirect www Nothing happens. It's like the entry in htaccess doesn't exist. what is ...
-
Ok I now understand better why this happens. I've also performed this operation on my Ubuntu test server which worked without issues: root@10-2-32-173:~# head -2 /etc/os-release NAME="Ubuntu" VER...
-
The -v is still working well for me on an Ubuntu box: root@host:~# mv movetest{,.cpbkp} -v renamed 'movetest' -> 'movetest.cpbkp/movetest' Could you submit a ticket so we could check that partic...
-
@cPRex I found a way on Ubuntu when I ran mv --help Mandatory arguments to long options are mandatory for short options too. --backup[=CONTROL] make a backup of each existing destinatio...
-
ok did what you posted root@server2:~# mkdir movetest root@server2:~# cd movetest/ root@server2:~/movetest# touch 1 2 3 4 5 6 7 root@server2:~/movetest# cd ../ root@server2:~# mv movetest/ testin...
-
Hey there! I'm not able to reproduce this one on a test machine. Here's a basic test showing "mv" working normally: root@10-2-36-48:~# mkdir movetest root@10-2-36-48:~# cd movetest/ root@10-2-3...