Tag: thanks for your purchase

  • htaccess rewrite code explanation

    I have a wordpress blog installed in root (htdocs). Wp has kindly modified the .htaccess file to include # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress