So FINALLY have time to install and test the Numinix blog embedding solution... I wanted to try and get the WOZ sideboxes to work with this embedding solution.. I have posted a comment on the Numinix blog (not on his forum) but my comment(s) are marked "
Your comment is awaiting moderation" so I'm not sure he's seen it yet.. So in the meantime, I decided to post here hoping someone here has run into this and can help..
I am getting a 404 error when you access the blog, and after rechecking EVERYTHING I am plum out of ideas what went wrong.. Has anyone else had 404 errors with this solution?? I saw posts about blank pages, but not 404 errors.. Hoping I can get a hand/hint about what I might have done wrong from anyone who had the same issue..
Zen Cart address (URL) http://clients.overthehillweb.com/testsite/
Wordpress address (URL) to
http://clients.overthehillweb.com/testsite/wordpress
Blog address (URL) http://clients.overthehillweb.com/testsite/blog
====================================
Opened includes/wordpress_page.php and changed
PHP Code:
require(`../wordpress/wp-blog-header.php`);
to
PHP Code:
require(`wordpress/wp-blog-header.php`);
====================================
.htaccess file used is as follows: (I tried BOTH versions of the last line.. NEITHER seems to make a difference)
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^blog(.*)$ /index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]
#RewriteRule ^blog(.*)$ /index.php?main_page=blog$1 [L]
This does NOT work when the URL is:
http://clients.overthehillweb.com/testsite/blog (I get a 404 error)
Here's the specific error I get:
I can get the main blog page to display when the URL is:
http://clients.overthehillweb.com/te...main_page=blog. However, the blog links from here all get the 404 error. For example:
http://clients.overthehillweb.com/te...log/?page_id=2
I`ve double and triple, and quadruple checked EVERYTHING.. Dunno what could I be missing..


Bookmarks