Created
September 12, 2012 13:39
-
-
Save BFTrick/3706672 to your computer and use it in GitHub Desktop.
Default WordPress .htaccess File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
NO! that htaccess is OLD. Use new one: https://wordpress.stackexchange.com/questions/45898/default-htaccess-file-for-wordpress
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@domantasg Your reply helped me solve my problem.