
Originally Posted by
swamyg1
I've seen this question asked before but I can't seem to get pretty permalinks to work. When I change my blog address to "whateverblogname.com/blog" and use the following in .htaccess:
RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
it works but I'm not able to access my admin anymore.
I just looking to get permlinks working for SEO, does anyone know how?
swamyg1, THANK YOU! THANK YOU!
I was starting to doubt that I would be able to use pemalinks with WOZ, but then I came across your post. I had to change my entry a little bit. I don't have "blog" as part of my URL, so this is what I used:
Code:
RewriteRule . index\.php?main_page=wordpress&%{QUERY_STRING} [L]
Thanks again for taking the time to post!