Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apache2 .htaccess not writable

#if only ownership issue
sudo chown www-data: .htaccess

#else correct permissions to the directory
sudo chmod -R 755 /var/www/html/yourdomainname
sudo chown -R www-data:www-data /var/www/html/yourdomainname
Comment

PREVIOUS NEXT
Code Example
Shell :: ghost in the shell 1995 
Shell :: git readme show image 
Shell :: move all files in a directory linux 
Shell :: run pm2 in cluster mode 
Shell :: mv all files in directory to parent 
Shell :: how to install tar.xz file on ubuntu 
Shell :: install pyyaml ubuntu 
Shell :: push a new branch git 
Shell :: uninstall all microsoft apps powershell 
Shell :: ubuntu server set static ip 
Shell :: clear teams cache powershell 
Shell :: delete all files in linux 
Shell :: download a zip file using curl 
Shell :: install flask in venv 
Shell :: install appx 
Shell :: install brew 
Shell :: How to remove local (untracked) files from the current Git working tree 
Shell :: brave browser install on ubuntu 
Shell :: ssh transfer folder 
Shell :: how to install wifite for kali linux 
Shell :: discard all changes git 
Shell :: git push reset 
Shell :: linux group 
Shell :: find node version 
Shell :: kill process from pid 
Shell :: git Config User with Cli 
Shell :: kill pid 
Shell :: pipe command in linux 
Shell :: Error: `@cucumber/cucumber` module not resolvable. Must be locally installed. 
Shell :: pyopengl install 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =