# BEGIN WordPress RewriteEngine On RewriteBase / # PAKSA /close-to-beach/ LANGSUNG KE FILE index.html RewriteRule ^close-to-beach/?$ close-to-beach/index.html [L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress