Report this

What is the reason for this report?

Having trouble with .htaccess URL rewrite

Posted on May 2, 2016

Hi, I’m having trouble with .htaccess /rewriting URLs.

I followed the tutorial here to install phpmyadmin and along with it installed htaccess, seems to be working for phpmyadmin section: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04

Then I used this guide to install multiple domains : https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts

I don’t have the domains actually setup yet but I edited my host file so I could see the domain that way. I tried putting up .htaccess files like I had in the phpmyadmin files but they don’t seem to be working.

Example :

order deny,allow deny from all allow from 111.111.111 RewriteEngine on

Tried others rewrites and they didn’t seem like they worked. Does not having it setup on an actual domain affect the rewrites?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Look at your vhost config for AllowOverride None, and change it to AllowOverride All

restart apache2/httpd, and you should be good to go.

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.