Show Posts

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.


Messages - devrim

Pages: [1]
1
CentOS-WebPanel Bugs / Re: 500 internal server error rewrite
« on: January 25, 2022, 08:10:43 PM »
Options +SymLinksIfOwnerMatch this code worked for me but gave sql error.
The sql file cannot be dumped with the user added in mysql.
but if we select the user as root, it loads and works.

2
CentOS-WebPanel Bugs / Re: 500 internal server error rewrite
« on: January 23, 2022, 08:50:36 PM »
my daily error codes
 Options FollowSymLinks not allowed
I did some research but it's very complicated. What should I do with an example?

3
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
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>

4
CentOS-WebPanel Bugs / Re: domain directory path is incorrect
« on: November 26, 2019, 06:04:41 PM »

I am not using cwp pro.
I set up a vesta panel because my job is urgent. but still share the solution.
let everyone know
Cwp panel in the future, maybe I'll install again.
thank you.
meanwhile the vesta panel was installed with all the functions with one command without error.

5
CentOS-WebPanel Bugs / Re: domain directory path is incorrect
« on: November 25, 2019, 05:09:38 PM »

why this question is not answered

everyone is doing these operations. but it does not help in the forum.
another friend had the same problem
link: http://forum.centos-webpanel.com/centos-7-problems/fresh-install-of-cwp7-and-no-user-directory-for-apache/msg13779/#msg13779
 but could not get an answer.
/usr/local/apache/conf/httpd.conf
We need to make an edit in the httpd.conf file.
Can users of centos7 cwp share the full contents of httpd.conf?

6
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.

7
Installation / Re: Where is the first domain file index.html?
« on: August 01, 2018, 11:45:44 AM »

I know that.
You have not produced a solution

8
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.

9
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 08:15:06 PM »

I questioned it like this.
[root @ localhost ~] # nano / etc / sysconfig / network
  GNU nano 2.3.1 File: / etc / sysconfig / network

# Created by anaconda

no other information.
Meanwhile I use PuTTY.

10
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 08:03:25 PM »

how to query hostname

11
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:51:56 PM »
localhost.7bel.com should be

12
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:48:28 PM »
yes home computer.
I did not choose nat. what should I do.
I do not know. my ip address is fixed.

13
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:41:17 PM »
[root@localhost ~]# pure-pw list
yedi7@7bel.com      /home/yedibel/public_html/./
[root@localhost ~]#

14
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]