Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,732

Results 801 to 820 of 5,058
8 Oct 2008, 8:46 PM
#801
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

Just installed this mod, now when I add products to the cart it says my cart is empty

http://www.rothsound.com

Is there an FAQ anywhere associated with this?

It might help if zen carts search system for these forums wasn't awful and actually gave a page number for results instead of just the thread.

Anyway, thanks.

8 Oct 2008, 8:53 PM
#802
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

There is a doc file in this package. Anyhow, it seems like you have not set your .htaccess correctly. If you need help with that, post the content of the htaccess here

Regards

Qwert302:

Just installed this mod, now when I add products to the cart it says my cart is empty

http://www.rothsound.com

Is there an FAQ anywhere associated with this?

It might help if zen carts search system for these forums wasn't awful and actually gave a page number for results instead of just the thread.

Anyway, thanks.

8 Oct 2008, 8:53 PM
#803
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Ok, that was related to my .htaccess, but now that I've put in the new one I'm getting server errors whenever I click on a category?

8 Oct 2008, 9:00 PM
#804
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Ok, it might have something to do with my php.ini file. I had to make changes to it before but can't remember exactly what I did. I'll keep playing with it.

8 Oct 2008, 9:08 PM
#805
kmvguy83 avatar

kmvguy83

New Zenner

Join Date:
Aug 2008
Posts:
19
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

you were 100% correct. my host default is php4 like you said.

i asked the support and they lead to me the upgrade page.

there are couple options available, can you PLEASE help me pick the right one?

here are the options

PHP5
All files with the extension .php will be handled by the PHP5 engine.
Current, most reliable and best performing version of PHP

PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini

PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.

THANK YOU THANK YOU

yellow1912:

The above error indicates that you have not changed the file /includes/classes/ssu/languages/default.php as instructed.
It also means that you are not running php5, you are running php4.

On many hosts, the default is set to php4 even it can support php5. There usually is a very simple process to enable php5.

I suggest recheck the above file first, then if you want to upgrade to php5 please contact your host. (Make sure you run zen 1.3.7+ if you plan to use php5)

Regards

8 Oct 2008, 9:11 PM
#806
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Working now, I forgot to change my zencart install folder in the new .htacces.

So far looks great, I'll report my results.

Yellow is the man! (I'm assuming man)

8 Oct 2008, 9:24 PM
#807
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I would recommend either the first one or the 3rd one. But your best bet is to let them know your requirement (like you use this for shopping cart which uses lots of database resource, your average number of visitors per day is....., you are concerned about the fastest server response possible,,....) And they should be able to recommend you the best option(since they showld know their stuffs better^_^

kmvguy83:

you were 100% correct. my host default is php4 like you said.

i asked the support and they lead to me the upgrade page.

there are couple options available, can you PLEASE help me pick the right one?

here are the options

PHP5
All files with the extension .php will be handled by the PHP5 engine.
Current, most reliable and best performing version of PHP

PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini

PHP5 (FastCGI)
All files with the extension .php will be handled by PHP5 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpretor on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.

THANK YOU THANK YOU

8 Oct 2008, 9:24 PM
#808
sweetoz avatar

sweetoz

New Zenner

Join Date:
Oct 2008
Posts:
24
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi,yellow1912

Thanks for this great add-on. I am using dreamhost's server, not sure about the php version, just gauss it's php5,which version of your add-on I should download?

I saw the download link on the first page is invalid.Thanks.:cool:

8 Oct 2008, 9:28 PM
#809
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

This:
http://www.zen-cart.com/forum/showpost.php?p=623124&postcount=781

And Im sorry for the mess, I want to organize all the versions better, but it takes very long time for the devs to update new version in the download section (since they are so busy), and my current site is under construction. And also I tend to release new versions on a regular basis to address bugs and scuh.

So please forgive the mess, I will have stuff organized way better within next month.

Regards

8 Oct 2008, 9:35 PM
#810
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Ok everybody, on the subject of SEO, I suggest adding 301 redirects to avoid canonical problems (www. vs. non-www)

Add this to the bottom of the .htaccess that yellow gives you

#RewriteCond %{THE_REQUEST} ^.*/index.php#
#RewriteRule ^(.*)index.php$ http://www.yoursite.com$1 [R=301,L]#

RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com$1 [R=301,L]

And add this to the admin .htaccess

RewriteEngine off

Yellow I would suggest incorporating this into the code of your mod since it really is important to SEO.

This way any links that go to yoursite.com or yoursite.com/index.php will be redirected to https://www.yoursite.com, and you will gain more pagerank as a result.

Now you can set it up for https://www.yoursite.com to go to yoursite.com, and there are mixed views on which is better, all I know is that with ZC www. seems to work better.

Contact me with any questions.

8 Oct 2008, 9:43 PM
#811
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

A good suggestion, however I assume some people may have it already in place, so include them in the module may have an unexpected effect. I will have them in place, commented out, so that people can use if they want.

Thank you.

8 Oct 2008, 11:28 PM
#812
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Ok, just hit my first bump in the road.

I am using Image Handler II, a very popular add-on. When I click on the extra images on the product page that would normally open a separate window with a larger version of that image, no image appears in the popup. There is documentation for a similar problem with regards to another mod in the documentation, but I can't seem to adapt it to Image Handler II. The documentation suggest swapping out a JS file, but that doesn't match the structure of how Image Handler II is set up.

Sample Racquetball Equipment Page

The interesting part is that if you click on the main image it pops up fine. I can't imagine I'm the only one running SSU with IH2?

Thanks for any input.

8 Oct 2008, 11:38 PM
#813
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

OMG! Old links to my products still work!!!

Can't say it enough, this mod is sweet. Yellow is amazing.

I just need to get my additional images large pop-up to work and I'll be golden. When I view the page source it says ```

8 Oct 2008, 11:51 PM
#814
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I use this along with IH2 and it is working fine.
See this:

http://demo.rubikintegration.com/zencart/

It is weird that it doesnt work for you. Can you send me a link to the specific page?

Regards

Raine

Qwert302:

OMG! Old links to my products still work!!!

Can't say it enough, this mod is sweet. Yellow is amazing.

I just need to get my additional images large pop-up to work and I'll be golden. When I view the page source it says <img src "images"> instead of what the actual image source should be.

9 Oct 2008, 12:01 AM
#815
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Ektelon Speedport Racquet

There is a link to a product.

I just noticed that IH2 seems to be completely broken, I can't add additional images to any products. It simply states "No Image Handler information found." below the image handler header inside of the admin.

9 Oct 2008, 12:05 AM
#816
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

when I access the image handler manager from the admin it has "install image handler" at the top. So I clicked on it and now it appears that I can use the IH functions again, but the pop ups don't seem to be working.

I'm guessing a complete reinstall of IH2 might do the trick since you say it should function properly.

9 Oct 2008, 12:10 AM
#817
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Qwert302:

when I access the image handler manager from the admin it has "install image handler" at the top. So I clicked on it and now it appears that I can use the IH functions again, but the pop ups don't seem to be working.

I'm guessing a complete reinstall of IH2 might do the trick since you say it should function properly.
editing

9 Oct 2008, 12:11 AM
#818
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

The additional images look different when you click on them on your test site. Is that still IH2?

9 Oct 2008, 12:13 AM
#819
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

IH2 along with Fual Slim Box.

Anyhow, go to your admin->configuration->ssu admin
in the exclude list, add it: popup_image_additional

That should fix it for now

9 Oct 2008, 12:17 AM
#820
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Works now. I'll check out that Fual Slim Box. Thank you ever so much.

You should add a link in your sig for easy donation :smile:

Should I just PM you?