Well, I got the solution now. I have no clue wat I actually did, except I reset the cache for SEO in admin.Quote:
Originally Posted by Preben
(Just for those who might wonder...)
Printable View
Well, I got the solution now. I have no clue wat I actually did, except I reset the cache for SEO in admin.Quote:
Originally Posted by Preben
(Just for those who might wonder...)
Hi,
i just run into the following problem:
i use zen with "session_recreate" and latest ultimate seo (2.102).
following happend:
seo-object was created before the session was recreated by php (session_regenerate_id).
since seo stores the session-id of php in attributes['sid'] all links created afterwards were build with the old session-id (before recreation).
i would suggest using the predefined php-var SID directly because that will be updated after session_regenerate_id().
ciao
Frank
Please help!
I can not get the Ultimate URL running, I've configured the .htaccess file and I always get "Page not found" when I click any category.
I'm testing it on my local computer and the zencart is at http://localhost/zen, so the RewriteBase should be "/zen/" right? Do I have to configue any other files?
Thanks in advance for any help.
What's the server errorlog say?
Cool mod, installed it and working seemingly great. Hope the search engines open their eyes for my content now finally.
I am running a test for linkpoint credit card mod, but I am having problems getting directed to the ssl section. Is their anything I can do to fix this?
Quote:
Originally Posted by lennypeng
I get the same problem. I 'm testing on host server. and zencart is at /public_html/welgame.com/., i only can open Home page, and can not open any other page. http://welgame.com
and get server error log:
[Sat Aug 26 00:31:28 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:31:28 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/products_all.html
[Sat Aug 26 00:31:22 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:31:22 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/page_4.html
[Sat Aug 26 00:21:09 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:21:09 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/shippinginfo.html
I was changed the .htaccess blow:
RewriteBase: /shop/
OR RewriteBase: /
OR RewriteBase: /welgame.com/
but the same error.
Thanks in advance for any help.
I have successfully installed the mod, but noticed that my link to my phpbb forums in the sidebox menu is incorrect.
It is adding a .html giving me :
http://www.mishobonsai.com/forums/index.php.html
How can I correct that ?
Does anyone know what this code does and why it has been ommited from /admin/category.php in Version 2.102?
Thanks!PHP Code:
// Ultimate SEO URLs v2.100
// If the action will affect the cache entries
if (preg_match("/(insert|update|setflag)/i", $action)) {
include_once(DIR_WS_INCLUDES . 'reset_seo_cache.php');
}
My bad, it wasn't ommited just in a different folder.