well
DrByte said it doesn't matter ...i don't have a file,, i have a Database... do i still need to use the info path?
or it doesn't matter?
well
DrByte said it doesn't matter ...i don't have a file,, i have a Database... do i still need to use the info path?
or it doesn't matter?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
so what can i change?
yesterday i was reading online how can i configue the .htaccess file and thats what i ended with :
Code:RewriteEngine On RewriteBase / Options +Indexes Options +FollowSymlinks # Seo Urls version 3.x # Don't rewrite real files or directories RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
or is it with any PHP file in the SEO or ZenCart?
all the best
Saher
Fairly sure I followed the instructions correctly, and indeed, urls are being nicely re-written... but I simply do not have admin > CONFIGURATION > SEO URLS !
Would this be anything to do with having renamed the admin directory? Or have I just missed something obvious?
Edit: I had - the site has Admin Profiles installed and I'd forgotten to give myself permission to access SEO URLS!![]()
Last edited by Ryk; 22 Aug 2007 at 12:25 AM.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Anyone encontered the problem of SEO URL 3.0 unable to be checked as a permission with admin settings?
Thanks!
I found I had to go through the process twice, but I thought I'd just been logged out of the admin through inactivity... did you try a second time?
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
The rewrite is working wonderfully, but then when a new user tries to create an account, it is not working:
htaccess settings include
I have the SEO_fixes_for_3.0.0.b1, and seo_urls_3.0.0-beta1.HTML Code:RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
The html_output file includes the additions are required:
All the admin options are turned on, and I have it based from root.PHP Code:
function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
// not all core scripts (such as the Paypal IPN handler) implement the core auto loader system (WTF!?)
if (!isset($GLOBALS['SeoUrl'])) {
require_once(DIR_FS_CATALOG . DIR_WS_CLASSES . 'seo/seo.url.php');
$GLOBALS['SeoUrl'] =& new SeoUrl($GLOBALS['db']);
$GLOBALS['SeoUrl']->setupLanguage($_SESSION['languages_id']);
}
return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
}
/*
* The HTML href link wrapper function
*/
function zen_href_link_stock($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
Where have I gone wrong, what is the issue. Yes, I could put up a bug request, but will first hear from the community about it.
Any ideas
I've actually got version 3.0.0-beta1 to work, and everything seems so far so good, no login issues or anything.
However, finding information about the different versions, etc... seems to be a daunting task. Does anyone else think it might be easier to find information if maybe each version had its own topic or something. The original version posted here was May of 2006 version 1.2.01, and at the end of the replies we're on 3.0.0-beta1, beta1 patch from someone, .etc... and it's really difficult to weed through a post with a 1000+ replies. It seems if a post has that many replies, maybe it should have its own board. (I'm still trying to re-find the link here were I downloaded the beta versions of SEO, the download section here does not reference it).
I just wondered if anyone else had those issues.
By the way, Zen-Cart and all the contributors have done a spectacular job here!
Kudos to all of the people making this happen!
Bookmarks