Likes Received By zacharooni
-
A.G liked zacharooni's post in the thread Which Server spec is better ?? i7 vs Xeon ?.
As far as the specs go, I would choose Server1, and just put it behind CloudFlare. Set up your caching rules and rate limits and maybe...
Jan 22, 2017 -
sarahk liked zacharooni's post in the thread sed|awk extract multiple parts of one line.
zach@sigma:~/Desktop$ bash test.sh | sort | uniq /download/2 /download/366 /download/392931 zach@sigma:~/Desktop$ cat test.sh...
Jan 18, 2017 -
untitledstudios liked zacharooni's post in the thread Sub Website Appears On Main Domain.
Yeah, if it's just a few files, just move the directory, via FTP, out from /home/user/public_html/ into /home/user/ so that your folder...
Nov 1, 2016 -
Einheijar liked zacharooni's post in the thread please help for setup huge server.
A lot of what you mentioned now comes with cPanel, with the exception of NGINX and CDN services, though my employer does provide this...
Oct 3, 2016 -
th.sigit liked zacharooni's post in the thread Clearing old servers VAR space.
Daniel, Only if you have a backup of it. You can run 'yum clean all' to clear out the yum cache, and rm -vf /var/log/*.{1,2,3,4,gz}*...
Feb 6, 2016 -
postcd liked zacharooni's post in the thread How to diallow executing .php directly?.
You might be able to use something like this: RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /[^\ ]+\.php($|\ ) RewriteRule \.php$ / [F,L]
Oct 8, 2015 -
digitalpoint liked zacharooni's post in the thread How to make nameservers in different GEO location for redundancy?.
Why not just use CloudFlare?
Jan 11, 2015 -
samirj09 liked zacharooni's post in the thread How to keep 3 servers folder synchronized?.
I would recommend lsyncd for this, pretty straightforward to setup:...
Dec 12, 2014 -
SKULL liked zacharooni's post in the thread Webhosting Errors What Dos It Mean.
I can almost guarantee you that it's the ORDER BY RAND() that is causing the issue. Instead of making MySQL do the work, use PHP...
Mar 11, 2013 -
Nigel Lew liked zacharooni's post in the thread .htaccess 301 Redirect Issue.
Two possible solutions for you: Use RedirectMatch's capture group feature: RedirectMatch /dog/cat/index\.php\?pid=(\d+)$...
Jan 22, 2013 -
midi liked zacharooni's post in the thread Subdomain redirection to new domain.
Midi, In order for the domain you wish to use to display the respective sub-domain to actually show up, it will need to be added to...
Dec 26, 2012 -
chaoscript liked zacharooni's post in the thread CNAME not works.
I believe that the cPanel DNS editor accounts for standard customers not knowing BIND-specific syntax. Try just entering the subdomain...
Sep 18, 2012 -
applehost liked zacharooni's post in the thread What is the different type of variabel in Php?.
Have a look at the PHP manual on Types here: http://php.net/manual/en/language.types.php
Aug 11, 2012 -
MarcL liked zacharooni's post in the thread Simple mod rewrite help.... WILL REP! :).
Something like this might work: RewriteRule ^([A-Za-z0-9-]+)?$ web.php?id=$1 [L]
Feb 23, 2011 -
TheGrecianHero liked zacharooni's post in the thread Here's a noob question...www.domain.com instead of domain.com.
If this is a Wordpress blog, you'll need to set the 'siteurl' and 'home' variable in phpMyAdmin or your wp-admin/ to include the www....
Sep 13, 2008 -
raymond222 liked zacharooni's post in the thread How to disallow everyone except me with .htaccess.
In maindir .htaccess In /blog .htaccess
Jul 27, 2008 -
scubita liked zacharooni's post in the thread How to delete all email from Cpanel once a week?.
You would need to traverse /home/<user>/mail/<domain>/<domain_user>/{new,cur,tmp,.spam} That's going to be quite nasty.
Jul 10, 2008 -
iBall liked zacharooni's post in the thread Hostgator Page404.
Yes, put this in your .htaccess in public_html
Jun 22, 2008