Wamp server 2.5 wrong page redirection

后端 未结 3 1917
天命终不由人
天命终不由人 2020-12-28 23:16

I installed wamp server 2.5 with PHP 5.5. Now, when i try to access my project pages from the front page(wamp home page), it redirect to a wrong url and shows google cannot

3条回答
  •  死守一世寂寞
    2020-12-28 23:54

    I can't believe that Wampserver now expects everyone to create a virtual host for every project under development offline on their laptops? Your instructions seem to be very good but probably much too complicated for beginners (also, I suspect that the file path in your instructions for step2: adding the new domain to the HOSTS file only applies to 32-bit Windows)?

    The solution from Rogue above (change $suppress_localhost="true"; to $suppress_localhost="false"; in c:/wamp/www/index.php) will work perfectly for 99% of the users who develop more than one website on their laptops.

    Also uploading a completed website to an online server should not cause any real problems. BUt perhaps Wampserver had another reason for adding the $suppress_localhost code?

提交回复
热议问题