Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I followed the tutorial but when i upload via filezilla (Alreay installed proftpd), it says 550 .htaccess: Permission denied
Are you upload to other files to that directory as that user or is only .htaccess prevented from being uploaded?
I am uploading to var/www/ directory via filezilla, and filezilla wont allow me to upload .htaccess
Can you upload any other files that aren’t .htaccess, such as “test-file”?
403 forbidden site after doing this ,
i have to change AllowOverride All
to
AllowOverride None
and its working again
Hi everybody, I have same and fixed this problems.
admin, what do you mean by, “Paste your htaccess code”? paste what, where? thanks.
@artisannm: Your htaccess code is the code you came up with after following this article.
Hmm, nothing is helping. I am trying to install a community forum program called Elgg. its located in the top directory. I’m using filezilla for my ftp. The installer has a precheck: “PHP Your server’s PHP satisfies all of Elgg’s requirements.”
"Web server We think your server is running the Apache web server.
The rewrite test failed and the most likely cause is that AllowOverride is not set to All for Elgg’s directory. This prevents Apache from processing the .htaccess file which contains the rewrite rules.
A less likely cause is Apache is configured with an alias for your Elgg directory and you need to set the RewriteBase in your .htaccess. There are further instructions in the .htaccess file in your Elgg directory."
I can’t edit the .htaccess permissions inside the Elgg directory. I have changed Allow Override to All. I followed Admin’s steps to no avail. I didn’t follow the steps for creating custom urls etc, as that wasn’t applicable.
I did check inside the Elgg folder and copied the .htaccess-dist file over to the .htaccess and still can’t change permissions on .htaccess but can change permissions on .htaccess-dist
I also tried uncommenting Rewrite Base in .htaccess I have restarted apache2 as guided. I can’t get past this .htaccess file in order to continue setting up the Elgg install. I’m on ubuntu 12.04, interfacing through Terminal on an imac. I have mysql up and running along with apache2. I have a phpbb3 forum up and running as well, from the top directory along with a website.
thanks for your help in advance…
@artisannm: Please pastebin apache’s config files (and .htaccess).
Try enabling the rewrite module: <pre>sudo a2enmod rewrite sudo service apache2 restart</pre>