Home  >  Article  >  Backend Development  >  wampserver path configuration problem

wampserver path configuration problem

WBOY
WBOYOriginal
2016-08-22 11:45:341500browse

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>
Statement:
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