Hi
I want to change my Permalink Structure from:
http://www.####com/2007/02/10/what-ever/
To:
http://www.####.com/what-ever/
I searched a lot about it and found the way
but I`m not sure from it!
I need to add this to the .htaccess:
RewriteEngine On
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.+) http://www.enblogopedia.com/$1
Is this the right way?!
Note that, I`m doing this for SEO...