Master Index
Posted by: jjiruse (213.192.10.---)
Date: October 14, 2021 05:34PM

Hi,
suggestion for main page version 3.2.5:
index.php
from:
line 375: $projectContents .= '<li>'.$file.'</li>';

replace:
line 375: $projectContents .= '<li><a href="/'.$file.'">'.$file.'</a></li>';

JJ

Options: ReplyQuote
Re: Master Index
Posted by: Otomatic (Moderator)
Date: October 14, 2021 08:01PM

Hi,

> line 375: $projectContents .= '<li><a href="/'.$file.'">'.$file.'</a></li>';
This will be an option in Wampserver 3.2.6: Allow link on projects homepage
However, this is not the right method. You have to use the VirtualHost, as with all hosting companies.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.