Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

open directory

General questions about VestaCP
Post Reply
  • Print view
Advanced search
6 posts • Page 1 of 1
desrat_sari
Posts: 5
Joined: Thu Jun 02, 2016 2:11 am

open directory
  • Quote

Post by desrat_sari » Thu Jun 02, 2016 2:25 am

how to make open directory at VESTA CP?
like "index of"
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: open directory
  • Quote

Post by skurudo » Tue Jun 14, 2016 12:01 pm

Do you have default configs like this

Code: Select all

   <Directory /home/user/web/domain.ru/public_html>
        AllowOverride All
        Options +Includes -Indexes +ExecCGI
...
Make it like this

Code: Select all

   <Directory /home/user/web/domain.ru/public_html>
        AllowOverride All
        Options +Includes +Indexes +ExecCGI
...
Enable Indexes.

You can make changes in user conf files or make own template.
Top

desrat_sari
Posts: 5
Joined: Thu Jun 02, 2016 2:11 am

Re: open directory
  • Quote

Post by desrat_sari » Sat Nov 26, 2016 3:08 am

sorry, can you screen capture step by step?
Top

kenneth
Posts: 18
Joined: Wed Sep 16, 2015 8:03 pm

Os: Debian 8x
Web: apache + nginx
Re: open directory
  • Quote

Post by kenneth » Sat Nov 26, 2016 12:37 pm

Or you can simply use .htaccess
Make .htaccess file and type: Options +Indexes
/home/user/web/domain/public_html/somefolder
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: open directory
  • Quote

Post by skurudo » Tue Dec 06, 2016 10:23 am

desrat_sari wrote:sorry, can you screen capture step by step?
Sorry, it's simple task with ssh and nano/vim text editor.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: open directory
  • Quote

Post by skurudo » Tue Dec 06, 2016 10:23 am

kenneth wrote:Or you can simply use .htaccess
Make .htaccess file and type: Options +Indexes
/home/user/web/domain/public_html/somefolder
+1 it's much faster way! ^_^
Top


Post Reply
  • Print view

6 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password