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

Pages: [1]
1
I have this problem, when I try to login in my wp dashboard (wp-admin) it redirects to a https connection.

when i type websitename.com/wp-admin, it'll show the login page but the url has is different. it says, websitename.com/login.php?redirect_to=https://websitename.com&reauth=1.

I never did anything odd, i just installed wordpress manually and later on this thing happens.


I am constantly forced to https, and just thought that I'd post here for anybody who may come across this in need of solutions

Ive checked everything has related to SSL or site address or any redirect but i could'nt make it

plz help me

2
I have this problem, when I try to login in my wp dashboard (wp-admin) it redirects to a https connection.

when i type websitename.com/wp-admin, it'll show the login page but the url has is different. it says, websitename.com/login.php?redirect_to=https://websitename.com&reauth=1.

I never did anything odd, i was just install wordpress manually and later on this thing happens.


I am constantly forced to https, and just thought that I'd post here for anybody who may come across this in need of solutions

3
Apache / 403 Forbidden Error While Loading specific PHP file
« on: December 24, 2017, 07:41:23 PM »
Hey guys i wrote one script that is runs on server with 403 error

error_log :

Code: [Select]
[access_compat:error] [pid 17749:tid 140719127840512] [client 162.158.155.65:60928] AH01797: client denied by server configuration: /home/admin/public_html/bot/test.php

what should i do?

4
How to / Re: Please Help me to Remove mod_pagespeed
« on: September 25, 2017, 08:25:49 PM »
it is nothing to worry about

in your panel in Apache Setting section choose Apache Re-Build then recompile your apache

5
How to / [Tutorial] How to Change the IP Address of Server?
« on: August 15, 2017, 01:04:48 PM »
At this tutorial i wanna show how to change the IP Address of CentOS Web Panel server.

Please follow these steps in order to IP Address of your VPS/Dedicated server:

1- Go to CWP Settings --> Edit Settings and replace Shared IP field with Default/New IP Address

2- Go to CWP Settings --> Change Hostname and replace New Hostname with rDNS/PTR records of your Default/New IP (you can check this record by reverse DNS lookup services)

3- Go to User Accounts --> List Accounts and you need to go to "Edit Account" section of all accounts on your server and replace IP field with Default/New IP Address (you also must check the "Update DNS Zone" checkbox)

4- Go to DNS Functions --> Edit Nameservers IPs and replace all NS1 and NS2 IPs with Default/New IP Address.

5- after all of this I suggest you to rebuild your WebServer in order to prevent future issues , So you need to Go to Apache Settings --> Apache Re-Build and recompile your apache webserver

6- If you were using Varnish Cache or Nginx Reverse Proxy you must
Go to Apache Settings --> Select WebServers and select Default Web Servers which you were using and Click on "Save & Rebuild Configuration".

7-if you were using MailServer you should Rebuild your MailServer

8-Reboot your server

9-Enjoy!

6
SSL / Re: Error 500 after SSL with Letsencrypt
« on: May 25, 2017, 09:00:12 AM »
The error log shows a usergroup issue, so I edited the apache letsencrypt vhosts file, and inside the directory tags, added the suPHP_UserGroup line.

Example:

<Directory "/home/xx/public_html">
    AllowOverride All
    suPHP_UserGroup xx xx
</Directory>


thank you so much . my problem was solved by this code

7
problem was solved by adding this code into /usr/local/apache/conf.d/vhosts.conf file

Code: [Select]
<Directory "/usr/local/apache/htdocs">
    AllowOverride All
    suPHP_UserGroup nobody nobody
</Directory>

8
PHP / getting "Internal Server Error" only on http://[SERVER-IP/
« on: May 24, 2017, 10:36:06 PM »
recently i'm facing "Internal Server Error" while running PHP on http://[SERVER-IP/ with no reason but all domains is still working.
i checked everything like "Fix Primissions" but nothing has changed
please help me how to fix this?

Pages: [1]