Forums
Home / Requests and Feedback / .htaccess file
(@ajithkumaren)
16 years, 2 months ago
How i am creating .htaccess file for my website
(@oceanofp)
16 years, 1 month ago
Options All-Indexes
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress