Instalei uma versão nova do WAMP (versão 3.2.0 – 64 bits) e na minha página de localhost, na categoria “Seus projetos”, vejo apenas nomes de projetos, mas não são clicáveis, funciona bem quando digito o caminho no navegador, o único problema é que não consigo iniciar meu projeto via painel porque não consigo clicar neles.
Já fizemos um tutorial parecido com esse, porem foi para a versão 2.5 do wampserver, mas com a versão mudam-se os códigos, linhas, etc…
Se você esta tendo problema para ativar os links dos meus projetos no wampserver (my Projects) (wamp versão 3.2.0), neste “tutorial” iremos lhe ensinar, passo a passo como resolver esta questão de forma simples e rápida.
Para resolver esta questão, basta você acessar a pasta www do wampserver, no meu caso é c:/wamp64/www dentro desta pasta basta abrir o arquivo index.php, vá até a linha 246 (a linha pode alterar dependendo da versão do wampserver) e altere o seguinte código
$projectContents .= '<li>'.$file.'</li>';
por:
$projectContents .= '<li><a href="'.$file.'">'.$file.'</a></li>';
Simples assim,
Espero que tenhamos ajudado!
Abs
Cookie | Duração | Descrição |
---|---|---|
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |