404 Not Found The requested URL was not found on this server

前端 未结 9 2211
误落风尘
误落风尘 2020-12-25 14:49

I\'m having small troubles and was wondering if someone can help me over the hump. I pulled a copy of a website down from Hostgator and I\'m trying to set it up on my local

相关标签:
9条回答
  • 2020-12-25 15:28

    In wamp/alias/mySite.conf, be careful to add a slash "/" at the end of the alias' adress :

    Replace :

    Alias /mySite/ "D:/Work/Web/mySite/www"
    

    By :

    Alias /mySite/ "D:/Work/Web/mySite/www/"
    

    Or the index.php is not read correctly.

    0 讨论(0)
  • 2020-12-25 15:31

    change this

    Include conf/extra/httpd-vhosts.conf
    

    to

    #Include conf/extra/httpd-vhosts.conf
    

    and restart all services

    0 讨论(0)
  • 2020-12-25 15:38

    For me, using OS X Catalina: Changing from AllowOverride None to AllowOverride All is the one that works.

    httpd.conf is located on /etc/apache2/httpd.conf.

    Env: PHP7. MySQL8.

    0 讨论(0)
提交回复
热议问题