Widen columns in index
Posted by: rpjd (37.228.242.---)
Date: October 06, 2017 06:46PM

Clicking on a project or virtual host gives an index of files/folders. Is it possible to widen the columns of the Index page: Name, Last Modified, Size and description? If so, how/where?

Options: ReplyQuote
Re: Widen columns in index
Posted by: Otomatic (Moderator)
Date: October 06, 2017 08:15PM

Hi,

This happens because there is no index.php or index.html file in your VirtualHost folder.
To avoid this, in the definition of your VirtualHost, replace:
Options +Indexes +Includes +FollowSymLinks +MultiViews
by
Options -Indexes +Includes +FollowSymLinks +MultiViews
You can see documentation about that here

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



Edited 1 time(s). Last edit at 10/06/2017 08:17PM by Otomatic.

Options: ReplyQuote


Sorry, only registered users may post in this forum.