A method to use WOZ and Ultimate SEO URLs
wordpress July 29th, 2007====
before:http://www.example.com/?m=200707
after:http://www.example.com/blog/2007/07/
====
Because there is a permanent link function,
WordPress can easily realize URL such as the above. The method is as follows.
Step1)
Install [WordPress on Zen-Cart] by a method of
[a] Wordpress and Zen-Cart into separate directories.
Step2)
Install Ultimate SEO URLs.
Step3)
access WordPress admin > Options > General
Change Blog address (URL):
before:[ZENCART URL] >>> after:[ZENCART URL]/blog
Step4)
Access WordPress admin > Options > Permalink
Select Common options:
Step5)
Add the following to the bottom line of .htaccess
RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
![]()
htaccess sample

November 14th, 2007 at 5:48 am
Hi,
When i use this I cannot access wp-admin (redirected abck to index.php) Can the wp-admin folder be excluded from the rule?
Thanks
December 4th, 2007 at 11:07 pm
I put the wordpress install inside a folder named blog - do not do this if you add in the exact htaccess line above! Name your wordpress folder differently!