Question
Having trouble with .htaccess URL rewrite
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?
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.
×