Herşey normaldi, sonra birden panele erişemez oldum. siteadi.com/wp-login.php sayfasına giriyorum, fakat siteye giriş yapmaya çalıştığımda 40-50 saniye bekletiyor ve 404 hatası veriyor.
Wordfence kullanıyordum bu sorun oluşunca cpanel üzeri sildim,
Ayriyeten sorun oluşturabileceğini düşündüğüm birkaç eklentiyide sildim,
Phpmyadmin üzeri optimize çalışması yaptım,
Cache temizledim,
Cloudflare üzeride cache temizledim,
Tarayıcı geçmişi temizledim,
Modem reset attım,
Bilgisayar resetledim,
Farklı tarayıcılar üzerinde giriş yapmayı denedim,
fakat yinede giriş yapamıyorum. Sitede herhangi bir sorun yok, açılıyor. Fakat dediğim gibi panele giremiyorum, bu konuda tecrübesi olan arkadaşlar yardımcı olursa sevinirim, teşekkürler
Wordpress panale girememe?
13
●507
- 09-04-2019, 15:28:15
- 09-04-2019, 15:36:47Hocam .htaccess dosyam bu şekilde, sizce bir sorun var mı? Birde htaccess dosyasında 1 değişikli yaptım, oda 3-4 gün önceydi. Acaba bundan kaynaklı olabilir mi? Yaptığım değişiklik, www yönlendirmesi için bu kodu ekledim,eisenheim adlı üyeden alıntı: mesajı görüntüle
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
sitem https://www. şeklinde doğru mudur?
######
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule ^min/\w+\.(css|js) - [E=cache-control:no-vary]
### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###
### marker FAVICON start ###
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
### marker FAVICON end ###
### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} "image/webp" [or]
RewriteCond %{HTTP_USER_AGENT} "Page Speed"
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###
</IfModule>
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
### marker BROWSER CACHE start ###
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A2592000
ExpiresByType image/x-icon A2592000
ExpiresByType image/vnd.microsoft.icon A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/webp A2592000
ExpiresByType video/ogg A2592000
ExpiresByType audio/ogg A2592000
ExpiresByType video/mp4 A2592000
ExpiresByType video/webm A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType application/x-font-ttf A2592000
ExpiresByType application/x-font-woff A2592000
ExpiresByType application/font-woff A2592000
ExpiresByType application/font-woff2 A2592000
ExpiresByType application/vnd.ms-fontobject A2592000
ExpiresByType font/ttf A2592000
ExpiresByType font/woff A2592000
ExpiresByType font/woff2 A2592000
</IfModule>
### marker BROWSER CACHE end ###
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ###
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
# WpDepo TT Rules
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^thumb_/(.*?)x(.*?)-([0-9])/(.*)$ /wp-content/themes/Wpdeo_Rise/__cache/tt/rst.php?w=$1&h=$2&zc=$3&src=$4 [L]
</IfModule>
# WpDepo TT Rules
# WpDepo Expire Rules
<ifmodule mod_expires.c>
Header set Connection keep-alive
<FilesMatch ".(js|css|txt|ico|png|gif|jpg)$">
Header set Cache-Control "max-age=604800"
</FilesMatch>
</ifmodule>
# WpDepo Expire Rules
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN LiteSpeed
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeed
# php -- BEGIN cPanel-generated handler, do not edit
# ea-php70 paketini varsayılan PHP programlama dili olarak ayarlayın.
<IfModule mime_module>
AddType application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType text/css "access plus 60 days"
ExpiresByType text/javascript "access plus 60 days"
ExpiresByType image/ico "access plus 60 days"
ExpiresByType image/jpg "access plus 60 days"
ExpiresByType image/jpeg "access plus 60 days"
ExpiresByType image/gif "access plus 60 days"
ExpiresByType image/png "access plus 60 days"
ExpiresByType text/css "access plus 60 days"
ExpiresByType text/html "access plus 60 days"
</IfModule>
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddType x-font/otf .otf
AddType x-font/ttf .ttf
AddType x-font/eot .eot
AddType x-font/woff .woff
AddType image/x-icon .ico
AddType image/png .png
AddType image/jpg .jpg
AddType image/gif .gif - 09-04-2019, 15:46:50Hocam .htaccess dosyanızın yedeğini alıp içeriğini silip paylaştığım kodu içerisine yapıştırıp denermisiniz bi giriş yapmayı.
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] - 09-04-2019, 17:00:17Hocam giriş yapma problemini aştım, fakat şimdi de admin panelde aşırı bir yavaşlık söz konusu. Yönlendirme kodunu hosting bayimle iletişime geçtim hallettim, ama dediğim gibi admin paneli aşırı yavaş. Bu yavaşlık hakkında bilginiz var mı? Varsa yardımcı olursanız sevinirimeisenheim adlı üyeden alıntı: mesajı görüntüle
Şuan veritabanı optimize etmeyle uğraşıyorum, ekstra önerisi olan varsa söylemekten çekinmeyiniz, her türlü öneriniz işime yarar, teşekkürler - 09-04-2019, 17:03:49Son eklediğiniz herhangi bir modül veya eklenti varsa bunlar sebep olabilir. Hostinginizi bi pingleyin belki hosting kaynaklıda olabilir.idfilmdizi adlı üyeden alıntı: mesajı görüntüle
- 09-04-2019, 17:09:08Hocam hosting ile iletişime geçtim, bizlik bir sorun yok diyorlar. Eski yeni eklentileri sildim, hatta güvenlik eklentisini ve artık dosyalarına kadar sildim ama yinede sorunu aşamadım, hala uğraşıyorumeisenheim adlı üyeden alıntı: mesajı görüntüle
- 09-04-2019, 17:54:42Hocam cpu %1 görünüyor, fakat fiziksel bellek kullanımı %99-97 arası dönüyor.eisenheim adlı üyeden alıntı: mesajı görüntüle

Player sistemiyle alakalı değişiklik yapmıştım, eski haline getirdim. Cache temizliği yaptım fakat halal aynı durum
