Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created September 12, 2012 13:39
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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
@pramilgawande
Copy link

@domantasg Your reply helped me solve my problem.

@ahmadbhai
Copy link

i am not able to resolve .htaccess problem please check sir and let me know what is the actual problem occuring in my Vidyanidhi.org.in

@ttodua
Copy link

ttodua commented Dec 13, 2020

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