wampserver path configuration problem

WBOY
Release: 2016-08-22 11:45:34
Original
1499 people have browsed it

wampserver path configuration problem

When I click on the project, the path displayed is wrong. How can I modify it? For example: the folder clicked on wordpress is localhost/wordpress

Reply content:

wampserver path configuration problem

When I click on the project, the path displayed is wrong. How can I modify it? For example: the folder clicked on wordpress is localhost/wordpress

wampwwwindex.php:338

<code>$projectContents .= '<li><a href="'.($suppress_localhost ? 'http://localhost/' : '').$file.'">'.$file.'</a></li>';</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!