Skip to main content

Patch .htaccess wp-content / wp-includes


Order Allow,Deny
Deny from all
...

#enable directory browsing
Options All -indexes

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress



sumber dari sini
KLIK DISINI UNTUK DOWNLOAD



Comments