Hey, I don't have .htaccess file for wordpress, can someone please give me a download file for their .htaccess file which works with all wordpress as I don't have one. Regards, nut legend
Create .htaccess and fill it with the following code: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /yourdomain.com/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Code (markup):
You can create a .htaccess file with notepad. You also need to make sure your permalink settings within wordpress admin are set up the way you want them. I use the custom structure then /%category%/%postname%/
Wordpress should create this file automatically if you set write permissions on your root folder. Don’t forget to change back the permissions after the file is created.