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.

By sergejv95
I install wordpress and all works fine, only i can’t change my permalinks. When i try to do that i get 404 error. I create .htaccess file in worpdress root folder, below folders wp-admin, wp-content, wp-include…
I paste this in .htaccess
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
and set permisions to 666. Also mod_rewrite is enable on my server and I restart server too. You can see my error on stuff2share.net [try to open some post]. Do you have any idea what to do? Where i can do this? “Edit your VirtualHost config making sure AllowOverride is set to all.” On my server i have 3 domain, 3 Virtual hosts but i don’t can’t find AllowOverride there… :/