Published Question
Ok so I have everything (I thought setup correctly) I have a droplet for my site. I also am using Putty to run everything (like Apache). I am using FileZilla for the obvious reasons. Now my issue is that when I start ...
Accepted Answer:
@ghtv99
Your .htaccess should only be this:
RewriteEngine on
RewriteRule ^(\w+)$ index.php?page=$1 [L,NC,QSA]
RewriteRule ^(\w+)+\/$ index.php?page=$1 [L,NC,QSA]
And you don't have ServerName defined within your Vi...
3
•
•
By
ghtv99
Apache
Ubuntu