adjusting width of explorrer in xamp project folder file names - php LocalHost
To customize the Apache directory listing style and adjust column widths, you'll need to modify the httpd.conf
file or create an .htaccess
file in your project directory. Here's a step-by-step guide:
Method 1: Modifying
httpd.conf
file- Locate your
httpd.conf
file (usually found inC:\xampp\apache\conf
on Windows or/etc/apache2
on Linux/macOS). - Open the file in a text editor (like Notepad++ or Sublime Text).
- Add the following code to the end of the file:
<Directory "C:\xampp\htdocs\All-Projects"> (replace with your loation)
Options Indexes
IndexOptions +FancyIndexing +NameWidth=*
</Directory>
then retsrat that xamp apache
done... load explorere local host it will show full view by auto adjusting
Comments
Post a Comment