public-html Questions
4
Solved
I've been developing a system and every time I update anything on the public folder, each computers must always clear their cache in order for it to take effect.
I've only been coding directly on ...
Absorber asked 29/5, 2019 at 1:42
11
$_SERVER['DOCUMENT_ROOT']
returns
/usr/local/apache/htdocs/
is there a way to get
/home/user/public_html/
The problem is that I have to write a script which can be in the public_html folder...
Crenation asked 21/5, 2011 at 3:49
2
Solved
I'd like to recursively find all files in my public_html folder that are not publicly readable (i.e. those files that will cause 403 error). Is there a quick bash command for that? I am using Linux...
Moderato asked 3/5, 2015 at 1:33
2
Solved
I have been using perlbrew to manage multiple versions of perl on a Linux Fedora notebook. I have used it with great benefit to run command-line scripts mostly using App::cmd.
I now want to move ...
Frigging asked 25/9, 2010 at 18:10
3
Solved
Simple question, but for some reason I couldn't find the exact answer on Google:
I have a fresh Ubuntu install on Slicehost, and would like to make a public directory in my home dir for a simple w...
Feinberg asked 9/2, 2009 at 0:17
1
© 2022 - 2024 — McMap. All rights reserved.