I just tried to change the Permalink structure to custom structure but when I did that, it asked me to update my .htaccess.
I tried this:
1. Open an editing program (Notepad).
2. Copy and paste this code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
3. Clicked Save (CTRL+S)
4. Change the filename to: .htaccess
5. And saved the file in the format "All files" not (txt).
And then i saved the file in the same folder that i have my blog but it still dosent work.
What have I done wrong?














