Jason Wilhite wrote:
I contacted godaddy and they gave me this code. But Im new to joomla Id like to know how to back up all my files and folders on godaddys server.
This is what godaddy emailed me I dont know what to do with it?
You will need to put the following lines of code into a .htaccess file:
RewriteEngine On
php_value post_max_size 4000M
php_value upload_max_filesize 4000M
php_value max_execution_time 12000000
Log into your server/domain via FTP and download the existing .htaccess file that is in your websites root folder (I.E. public_html) (You may need to rename it to htaccess.txt so you can download/open it on your PC, just be sure to rename it back to .htaccess when you upload the changes back)
Make the changes GoDaddy suggested to the file and upload it back to your root folder.