Likes Received By RoseHosting
-
Jannatin Nayem Sourav liked RoseHosting's post in the thread How can CloudFalre help me?.
CloudFlare is a content delivery network (CDN) which can be used to further improve the speed, performance and the loading time of your...
Feb 11, 2019 -
kikker liked RoseHosting's post in the thread How can i see Visitors and their visit url Via SSh [centos].
If you have Apache installed on your server, check the log files lcated in the /var/log/httpd/ directory. For example, the...
Jan 8, 2018 -
abyse liked RoseHosting's post in the thread dechex not showing first two zeros (rgb to hex).
$hex = str_repeat("0", floor(strspn($binary, "0") / 4)).$hex; For more information about the code please check:...
Sep 15, 2017 -
Jim4767 liked RoseHosting's post in the thread Changing website from http to https.
The process is pretty straight forward: 1. Order an SSL Certificate for your domain. 2. Install the SSL certificate. 3. If you are...
Dec 24, 2014 -
bartolay13 liked RoseHosting's post in the thread Reasons to use Apache over nginx.
If you are a newbie, it's better to start with Apache because most web applications come with an Apache configuration.
Nov 20, 2013 -
Arick unirow liked RoseHosting's post in the thread .htaccess not working.
what gnu/linux distribution is this? I assume it is debian, so mod_rewrite stuff are placed within the default vhost block in...
Jul 25, 2013 -
Arick unirow liked RoseHosting's post in the thread 301 Redirect Matching first characters of URL using .htaccess.
The following code should work RewriteEngine On RewriteRule ^abc-(.*) /newpage.php [R=301,L]
Jun 14, 2013 -
templates liked RoseHosting's post in the thread when to reboot?.
@RHS-Chris is right. you only need to reboot your vps if it has its own kernel and it needs to be updated. sometimes when a package is...
Mar 26, 2013 -
skabt liked RoseHosting's post in the thread file permission ......
Try to execute the following command: chown -R property:property /home/property/domains/domain.com/public_html/*
Oct 3, 2012 -
TurkeyEater liked RoseHosting's post in the thread Website redirect adds query string.
Try with the following code: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newsite.com [R=301,L]
Oct 1, 2012 -
shuman202 liked RoseHosting's post in the thread how to 301 redirect from subdirectory to new domain????.
The following code will probably work for you RedirectMatch 301 /subdirectory(.*) http://newdomain.com/$1
Jul 19, 2012