Search found 8 matches
- Sun Jun 14, 2020 10:56 am
- Forum: General Discussion
- Topic: Any VestaCP update soon?
- Replies: 2
- Views: 3479
Re: Any VestaCP update soon?
Try MyVesta is a very great fork
- Fri Jun 12, 2020 4:19 pm
- Forum: Web Server
- Topic: how can I remove the .php extension and block access to the pages with the .php extension
- Replies: 1
- Views: 3464
Re: how can I remove the .php extension and block access to the pages with the .php extension
Hello,
It is not on the .conf file.
It's for each website :
It is not on the .conf file.
It's for each website :
- Add .htaccess in root folder
- then add this in
Code: Select all
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
- Fri Jun 12, 2020 1:43 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Re: Subdomain Working but with two error
is not a bug on panel.domain.com, when a add a new domain like blabla.com is say Error : blabla.com exist and it create me the domain
The function work same for the delete, but return always an error
The function work same for the delete, but return always an error
- Fri Jun 12, 2020 1:42 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Re: Subdomain Working but with two error
Code: Select all
-bash: v-rebuild-web-domains: command not found
- Fri Jun 12, 2020 12:56 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Re: Subdomain Working but with two error
I roll my head on the keyboard :
jhdfcgsdjdfhsgdfhjksdg
dshjdsdhsd
jhdfcgsdjdfhsgdfhjksdg
dshjdsdhsd
- Fri Jun 12, 2020 12:44 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Re: Subdomain Working but with two error
Hello, I have always the same error : When i create a domainWhen i create a domain : The panel say : Error: Web Domain domain.com exist In error log i have nothing and i access log i have : XX.XX.XX.XX - - [12/Jun/2020:14:31:11 +0200] "POST /add/web/ HTTP/2.0" 200 4013 "https://panel.domain.dev/add/...
- Wed Jun 10, 2020 7:16 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Re: Subdomain Working but with two error
Yes, I understand, I modified the file in /home/admin/conf/web panel.domain.com.nginx.ssl.conf Original: location/ { proxy_pass https://XX.XX.XX.XX:8443; location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|tif|tiff|css|js|ttf|otf|webp|txt|csv|rtf|doc|docx|xls|xlsx|ppt|pptx|odf|odp|ods|odt|pdf|psd|ai|eot|...
- Wed Jun 10, 2020 2:19 pm
- Forum: General Discussion
- Topic: Subdomain Working but with two error
- Replies: 12
- Views: 17530
Subdomain Working but with two error
Hello, I see many people speak about to access with a subdomain. I made a working solution : - Register a new domain : panel.domain.com - Modify the config file to have : location / { proxy_pass https://XX.XX.XX.XX:8083; } all is working but when a create or deleted a domain have an error : - Create...