This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / 500 internal server error rewrite
« on: January 23, 2022, 06:02:00 PM »
Hi
Rewrite in my .htaccess file gives 500 internal server error. can you help me please.
.htaccess codes
Rewrite in my .htaccess file gives 500 internal server error. can you help me please.
.htaccess codes
Code: [Select]
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
2
CentOS-WebPanel Bugs / domain directory path is incorrect
« on: November 25, 2019, 01:41:59 PM »en:
Hi:
I installed the cwp panel with centos7 minimal. I always get the same error.
When the domain is created, the home directory is automatically
/ home / my / public_html should be.
/ usr / local / apache / htdocs.
ie clicking on domainde subdomainde opens /usr/local/apache/htdocs/index.htm.
Can you please help with explanations.
If you have forum description please link.
tr: merhaba:
centos7 minimal ile cwp panel kurdum. defalarca kuruyorum hep aynı hatayı alıyorum.
domain oluşturulduğunda ana dizin otomatik
/home/benim/public_html olması gerekirken.
/usr/local/apache/htdocs oluyor.
yani domainde subdomainde tıklansa /usr/local/apache/htdocs/index.htm açılıyor.
lütfen açıklamalı yardımcı olurmusunuz.
forumda varsa açıklaması link lütfen.
3
Installation / Where is the first domain file index.html?
« on: August 01, 2018, 10:33:02 AM »
Hello:
which index of the index.html test page is automatically generated when the first domain is created?
how do we get to this file?
I use filezilla. With filezilla I can access the index.html file in the puplic_html directory with my ip address and username.
but if I change this file, I do not have any changes when I click yourdomain.com.
I'm sure the file has changed.
which index of the index.html test page is automatically generated when the first domain is created?
how do we get to this file?
I use filezilla. With filezilla I can access the index.html file in the puplic_html directory with my ip address and username.
but if I change this file, I do not have any changes when I click yourdomain.com.
I'm sure the file has changed.
4
CentOS-WebPanel Bugs / ftp opens the wrong directory
« on: February 10, 2018, 07:16:35 PM »Hello there
home computer
I made a new installation centos7.
but the domain and ftp do not match.
I created an ftp user.
ftp works, but directory looks like this
ftp directory http: //87.000.000/~site1/
Where is the domain directory hidden?
I deleted index.html with ftp, but it still stops.
I am waiting for your emergency help.
thank you
I am sorry for my bad english
Pages: [1]