Locally I don't have any problem with my Wordpress Project,
When I access WAMP online remotely. Wordpress does not work.
I only get the front page in HTML...
I want to Self Host.
Is there anything I'm missing?
Folder in www is "allright"
Apache httpd.vhosts.conf code below.
<VirtualHost *:80>
ServerName allright.dev
DocumentRoot C:/wamp/www/allright
<Directory "c:/wamp/www/allright/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
When I access WAMP online remotely. Wordpress does not work.
I only get the front page in HTML...
I want to Self Host.
Is there anything I'm missing?
Folder in www is "allright"
Apache httpd.vhosts.conf code below.
<VirtualHost *:80>
ServerName allright.dev
DocumentRoot C:/wamp/www/allright
<Directory "c:/wamp/www/allright/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>