5:45 actually ... My alarm clock went off when you logged on ... somehow I knew you'd have questions :PQuote:
Originally Posted by kelvyn
Printable View
5:45 actually ... My alarm clock went off when you logged on ... somehow I knew you'd have questions :PQuote:
Originally Posted by kelvyn
Is it possible to remove the category ID in the link of categories? For example: remove -c-1.html from hardware-c-1.html
and remove -c-2_20 from software-strategy-c-2_20.html
Hi DrByte, can you help me to solve the problem?Quote:
Originally Posted by DrByte
I've installed the Ultimate SEO for 1.3.5 and did everything by instruction, I can see that all links have changed but when I click them, it shows "page not found". I put the .htaccess file in the root of my zen-cart and edited /shop/ to /zen/ as my test site is on http://localhost/zen/. Did I do anything wrong?
Thank you very much for sovling the 1.3.5 upgrade issue.
Lenny
does your server support mod_rewrite?
Thanks for your quick reply.How can I see if it support mod_rewrite? I'm just testing it in my local PC running XP Pro so I'm not sure whether it support that.Quote:
Originally Posted by DrByte
mod_rewrite is an addon to apache
I wouldn't advise testing SEO mods on a local PC unless you understand how to configure a webserver.
To learn about configuring webserver services, you might try the forums at webhostingtalk.com
Thanks, I will do that.Quote:
Originally Posted by DrByte
BTW, if I upload the SEO directly to my online store and disable it if it doesn't work, will it affect my site speed or other mods? The only mods I have is time offset and easy populate.
By the way, mod_rewrite only works on Apache servers.
It's not common to see Apache on Windows servers.
If you're running a Windows server, you will need to work with your host to find suggestions from them on how to come up with a mod_rewrite equivalent.
Or skip URL-rewriting altogether and just use Zen Cart naturally.
Hi DrByte, thanks for your reply. I've asked my web hosting company and the only URL rewrite they support is Link Freeze. Please let me know if it will work with the Ultimate SEO. ThanksQuote:
Originally Posted by DrByte
I just configured zen cart and phpbb to work together, but when I click on forums I get this error:
I used the code to exclude paypal to try to get it to work:Quote:
The requested URL /forum/index.php.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
but it didn't work.Quote:
// don't rewrite the forum notify url
if ($page == 'index.php') {
return $this->stock_href_link($page, $parameters, $connection, $add_session_id, true, $static, $use_dir_ws_catalog);
}
Although this mod did work when I added it to ezpages when installing the rss2 mod.