Zen Cart Logo
Forums / All Other Contributions/Addons / 500 Internal Server Error after installing Ultimate SEO

500 Internal Server Error after installing Ultimate SEO

Views: 5,382

Results 1 to 10 of 10
9 Mar 2009, 10:56 PM
#1
rlexyd avatar

rlexyd

Zen Follower

Join Date:
Nov 2006
Location:
Sydney, Australia
Posts:
461
Plugin Contributions:
0

500 Internal Server Error after installing Ultimate SEO

Hi,
I have just installed Ultimate SEO on my FRESH install v1.3.8a.
I copied all the files to the correct place.
Changed my .htaccess to reflect where the store is at, and uploaded it.
After doing so I got a 500 Internal server error on both my shop and my admin area.
So I go in my FTP and delete the .htaccess file and then the website shows up again, but when you click on links it comes up with another error.

It seems to be coming from the .htaccess?

What am I doing wrong?

Thank you

10 Mar 2009, 12:31 AM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

Got a URL so we can see what you see?

10 Mar 2009, 12:35 AM
#3
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: 500 Internal Server Error after installing Ultimate SEO

Check RewriteBase / , more than likely you have not set it correctly in htaccess, which is the most common error.

11 Mar 2009, 10:26 AM
#4
rlexyd avatar

rlexyd

Zen Follower

Join Date:
Nov 2006
Location:
Sydney, Australia
Posts:
461
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

Hi guys,
Thank you so much for your help.

This is a partial copy of the htaccess file...

NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /middlekingdomtraders/

My zencart shop is installed in that folder, so I typed that between the /.../

From Ultimate SEO URLs...


There is no use looking at the URL as I have deleted the .htaccess because it stops the website from functioning beyond the front page.

Best Regards,

11 Mar 2009, 3:38 PM
#5
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

Are you putting the USEO .htaccess file in the same directory as your Zen Cart files?

That is also a requirement.

11 Mar 2009, 9:04 PM
#6
rlexyd avatar

rlexyd

Zen Follower

Join Date:
Nov 2006
Location:
Sydney, Australia
Posts:
461
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

Hi,

Yes, the .htaccess file is placed in the /middlekingdomtraders/ folder which is where the zen-cart files are located.

Thank you

11 Mar 2009, 10:53 PM
#7
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: 500 Internal Server Error after installing Ultimate SEO

Your site url?

31 Mar 2009, 3:19 AM
#8
ukrik avatar

ukrik

New Zenner

Join Date:
Feb 2008
Posts:
25
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

I had the same problem and i fixed it by giving permission to admin folder, in my case "755".

OWNER: read, write, execute
GROUP: read, execute
PUBLIC: read, execute

hope it helps

15 Sep 2011, 11:32 AM
#10
rikkouri avatar

rikkouri

New Zenner

Join Date:
Sep 2011
Posts:
5
Plugin Contributions:
0

Re: 500 Internal Server Error after installing Ultimate SEO

This may be relevant...

I had the same issue whilst running it on my PC through WAMP.

The issue was caused by the 'rewrite_module' not being enabled on apache and 'RewriteEngine On' in the htaccess file, not being a recognized command.

Perhaps this can be translated to help with your issue.

Dave

...found the solution to the issue here...

http://www.dynamicdrive.com/forums/archive/index.php/t-18234.html