ลองลบไฟล์ .htaccess ก่อนครับ ถ้าโดนฝัง .htaccess ภายในโฟรเดอร์ทั้งหมด แนะนำลองติดตั้งผู้ให้บริการช่วยแก้ไขครับ
ขอบคุณครับ ได้แล้วครับลบไฟล์ .htaccess ออก
ตัวอย่างที่ไฟล์มันฝังมาในไฟล์ .htaccess
<FilesMatch ".(py|exe|php)$">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php|wp-l0gin.php|wp-theme.php|wp-scripts.php|wp-editor.php|mah.php|jp.php|ext.php)$">
Order allow,deny
Allow from all
</FilesMatch><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
เพราะไม่ได้อัพเดท ไม่เช็คเว็บไซต์นาน อันตรายมากครับ Theme ยังพังอยู่บางส่วนต้องไล่แก้ ไล่เช็คแต่ละหน้า แต่ละจุดกันต่อ
ขอบคุณทุกท่านนะครับ
