Hello there I'm Trying to get clean seo friendly URLS with mod rewrite on a website I'm working on. http://www.onlinedatingvenue(.)com/ I can't seem to find the correct code to use in .htaccess file .So please provide me exact code. I would extremely appreciate for any help! Thanks Dkv
Are you using WP? Try this # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress