Re: Simple SEO URL [support thread]
hey yellow,
what would you recommend when i want to link to internal category from ezpage?
do i use
/shop/mynice-cat-c-91
/shop/index.php?mainpage=curl=c-91
or
something different?
this one confuses me for a while and can't find a good answer.
cheers,
Jeroen
Re: Simple SEO URL [support thread]
Im not sure what you mean?
Oh..., use this
index.php?main_page=index&cpath=91
Quote:
Originally Posted by
nagelkruid
hey yellow,
what would you recommend when i want to link to internal category from ezpage?
do i use
/shop/mynice-cat-c-91
/shop/index.php?mainpage=curl=c-91
or
something different?
this one confuses me for a while and can't find a good answer.
cheers,
Jeroen
Re: Simple SEO URL [support thread]
Is this link down at the moment ??
https://svn.rubikintegration.com/zen...hared_classes/)
As i am banging my head trying to get Simple SEO installed and becasue i need module manager, which the shared_classes, i don't know where to start.
Tried the Rev 15 (install) of module manager, but it appears to just hang in SIte manager and not fully install... any ideas.. ??
I have got my site ready to go live and want to put the SEO first, but am suddenly stumped lol
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Munchie75
Is this link down at the moment ??
https://svn.rubikintegration.com/zen...hared_classes/)
As i am banging my head trying to get Simple SEO installed and becasue i need module manager, which the shared_classes, i don't know where to start.
Tried the Rev 15 (install) of module manager, but it appears to just hang in SIte manager and not fully install... any ideas.. ??
I have got my site ready to go live and want to put the SEO first, but am suddenly stumped lol
That link is down for like....forever.
The module manager can be found here:
http://code.google.com/p/zencart-mod...downloads/list
And as for SSU versions, please use:
http://public.rubikintegration.com/
Re: Simple SEO URL [support thread]
Thanks for that speedy reply.
I guess URL's do change over time, and it's a shame we're not able to edit the older posts so people are aware of this.
I came across the article about redirecting your site:
http://wiki.rubikintegration.com/zen...www_and_nonwww
So i amble to write the path of my URLs from:
http://example.com
To
http://www.example.com
As this is supposed to give me more qualified hits on the actual domain.
I followed the below instructions but am not getting the redirection.
# trailing slash
# If URL-path does not contain a period or end with a slash
#RewriteCond %{REQUEST_URI} !(\.|/$)
# add a trailing slash
#RewriteRule (.*) http://www.example.com/$1/ [R=301,L]
#
# Redirect non-www domain requests to www domain
RewriteCond %{HTTP_HOST} ^example\.
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
In the line
RewriteCond %{HTTP_HOST} ^example\.
what should i type where 'example' is written, as i think this may be the cause of my problem.
Many thanks
Andy
Re: Simple SEO URL [support thread]
example is your site name
Or you can use this posted by
nagelkruid
Quote:
Here is the code i use.
It is much more diverse and in the (nl) you can do things like (com|co\.uk|ca|co\.cz) or whatever suits the needs
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\..*
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} ^([^.]*)\.(nl)
RewriteRule ^.*$ http://www.%1.%2%{REQUEST_URI} [R=permanent,L]
Most important for me was, it won't break webmail.example.nl which we use for webmail.
In fact, as a bonus, garbageortypos.example.nl will also work and go to the shop :)
Anyway, just liked to share that, cheers
Re: Simple SEO URL [support thread]
I just upgraded from 2.9.6 to 3.2 and got the "Redirect Loop" problem.
If i just point to the product, i see link ok (www.mysite.com/category_1/product_1/), but when i click on this product i get Redirect problem and link in the URL is like this http://www.mysite.com/categories_nam...svoboditev.p.3
Before upgrade, all was working fine. Any idea what to do?
tnx
Redirect Loop
Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.
The browser has stopped trying to retrieve the requested item. The site is
redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration issue and not your computer.
Re: Simple SEO URL [support thread]
Clear cache in admin, see if that solves the problem
Re: Simple SEO URL [support thread]
BTW, where did you get 3.2? The current latest package is ssu_beta_3.4.6(php5).
And also check if you accidentally over-wrote changes you made in htaccess. PMme link to your site as well, if you still have problem after checking all the above suggestions.
Re: Simple SEO URL [support thread]
I cleared cache few times...no change
I use ssu_beta_3.4.6(php5).zip (my mistake about 3.2)
I used htaccess from the original zip file.
edit: If i clear cache i can open categories (URL is still wrong /categories_name.c.categories_name.c.ke.c.1), but not the products.
tnx