Hi,
As answered here many times, yes. ;)
Files specifically for 1.3.9h are in 4.0.0, due to be released this week.
All the best...
Conor
ceon
Printable View
Hi,
As answered here many times, yes. ;)
Files specifically for 1.3.9h are in 4.0.0, due to be released this week.
All the best...
Conor
ceon
Hi,
It is a very long thread to be fair.. don't think I'd be fussed on reading it either.. this person should have searched it though, they would have found the answer straight away if they'd done so.
Regardless, this thread will be closed soon.
v4 is going out to release candidate testers today.
Support for 2.x-3.x will be dropped and only v4 will be supported, via a new thread on this forum.
Most issues mentioned in this thread are fixed or made easier to deal with in v4.. subsequent updates can provide solutions to additional "issues".
Upgrading from v4.0.0 to 4.0.1, 4.0.2 etc. wil be simple thanks to about a week's worth of upgrade/installation checking code having been added to the software!
At last it's nearly done!
All the best...
Conor
ceon
Conor, we met the other day on zencart's business/seo thread: the "back button" problem.
Just wanted to let you know that I was surprised to notice that my test-control dress on Pageant-Mart.com with your CEON is now middle page 1 google, on my search result. Test site to be developed. No real page content. Right behind my dynamic url on Prommart.com
Search term: Flaunt 8824
Currently better performance than our two Magic seo sites; one professionally seo optimized (performing the worst on this term.)
Do not yet notice my dress with Simple SEO URL on another test site.
sph
www.prommart.com
If I currently do not have .htaccess file, just create one with following codes:
------------------------------------------
RewriteEngine On
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
------------------------------------------
Is that correct?
Whoa! And the only other two products/dresses are also now page 1 google (on my result)
Alyce 8886
Alyce 6590
Both on pageant-mart.com, just installed CEON few days ago. No real page content/optimization at all. Note that google picked up the CEON rewritten url.
What shall I make of this? :)
sph
www.prommart.com - main site, dynamic urls
www.pageant-mart.com - under development, just installed CEON URL
Replace above post.
If I currently do not have .htaccess file, just create one with following codes only in root or in all ZC directories that with index.php file?:
------------------------------------------
RewriteEngine On
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
------------------------------------------
Hi,
Really? That's your question?
The answer is yes, create one in the root of the site, if your Zen Cart store is in the root of your site.
This is all described in the documentation, which you clearly aren't reading.
I've had to stop working on the new release for a few minutes to answer your question.. which only benefits you.
All the best...
Conor
ceon