• Hi guys im trying to host a wordpress site that i can access via my public IP, I set it all up – but right now i can only access, the wamp root with all the controls. how to i get to the /wordpress directory/site.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to change your root directory to WordPress directory from Apache config file or you can create a Virtual Host 😉

    P.S. After any changes in Apache config file make sure you restart the Apache service.

    Thread Starter jtgizmo

    (@jtgizmo)

    Thank you, can you elaborate exactly where do I do that in Apache config file?

    is it this part?

    DocumentRoot "c:/wamp64/www"
    <Directory "c:/wamp64/www/">

    if so what do I change it to?

    DocumentRoot "c:/wamp64/www"
    <Directory "c:/wamp64/www/wordpress">

    This?

    Yes but change both values, something like :

    DocumentRoot "c:/wamp64/www/wordpress"
    <Directory "c:/wamp64/www/wordpress">
    • This reply was modified 9 years, 8 months ago by Sidati.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to access publicip/wordpress’ is closed to new replies.