Recommended Services
Supported Scripts

Script htaccess Default WordPress

Kamu sedang disini:
Estimated reading time: < 5 min
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Was this article helpful?
Dislike 0
Views: 6
Next: Cara Deploy WordPress Localhost Ke Hosting cPanel