open directory
-
- Posts: 5
- Joined: Thu Jun 02, 2016 2:11 am
open directory
how to make open directory at VESTA CP?
like "index of"
like "index of"
Re: open directory
Do you have default configs like this
Make it like this
Enable Indexes.
You can make changes in user conf files or make own template.
Code: Select all
<Directory /home/user/web/domain.ru/public_html>
AllowOverride All
Options +Includes -Indexes +ExecCGI
...
Code: Select all
<Directory /home/user/web/domain.ru/public_html>
AllowOverride All
Options +Includes +Indexes +ExecCGI
...
You can make changes in user conf files or make own template.
-
- Posts: 5
- Joined: Thu Jun 02, 2016 2:11 am
Re: open directory
sorry, can you screen capture step by step?
Re: open directory
Or you can simply use .htaccess
Make .htaccess file and type: Options +Indexes
/home/user/web/domain/public_html/somefolder
Make .htaccess file and type: Options +Indexes
/home/user/web/domain/public_html/somefolder
Re: open directory
Sorry, it's simple task with ssh and nano/vim text editor.desrat_sari wrote:sorry, can you screen capture step by step?
Re: open directory
+1 it's much faster way! ^_^kenneth wrote:Or you can simply use .htaccess
Make .htaccess file and type: Options +Indexes
/home/user/web/domain/public_html/somefolder