Allow directory listing in Linux VPS

To allow directory listing or directory browsing in your Linux VPS, create a .htaccess file (Yes, it should be named as .htaccess without an extention). Insert this line: Options +Indexes

It can be done either with the following:

1. Using the File Manager in Plesk control panel (if your VPS has Plesk).

2. By logging in to the server through SSH and use your favoried command line editor such as vi.

3. Create the file from your local machine or your PC, then upload it to the server via FTP.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can to increase the maximum attachment in webmail?

You need to increase the PHP directives below from the php.ini (/etc/php.ini) file....

Blank page in Horde webmail

When opening an email from Horde webmail, the frame that's suppose to show the message came up as...

Upgrading PHP

By default, PHP that's on Linux VPS is version 5.1.6. In case your web application requires...

How to import/export mysql database from SSH?

From SSH command line, issue the following command:mysql -u username -p database_name <...

Cannot save Firewall rules in VZ Power Panel

If you encounter a problem where-in you cannot save a rule from Firewall in Power Panel, then it...