Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created September 12, 2012 13:39
Show Gist options
  • Save BFTrick/3706672 to your computer and use it in GitHub Desktop.
Save BFTrick/3706672 to your computer and use it in GitHub Desktop.
Default WordPress .htaccess File
# 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>
# END WordPress
@shivam228155
Copy link

Tafcop Gujarat also runs Tafcop Portal, even if you are from Gujarat, it does not matter, you can use Tafcop Gujarat from there as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment