Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Home page won't open


yehudas

Recommended Posts

Posted

Do you know what server platform you are on? you might want to check to see if you have an index.html (htm) the code I find is:

 

<HTML>

<HEAD>

<META HTTP-EQUIV='Refresh' CONTENT='0;url=http://everythingjewish.net/catalog'>

</HEAD>

</HTML>

and you need to remove it

Posted
Do you know what server platform you are on? you might want to check to see if you have an index.html (htm) the code I find is:

 

<HTML>

<HEAD>

<META HTTP-EQUIV='Refresh' CONTENT='0;url=http://everythingjewish.net/catalog'>

</HEAD>

</HTML>

and you need to remove it

 

I removed it however is still does not load.

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Posted
no you haven't.

 

is it the index.htm that is in the catalog folder?

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Posted

well on the base place index.htm with a redirect to site/catalog/index.php

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
well on the base place index.htm with a redirect to site/catalog/index.php

 

Satish

what is the exact code for a redirect that I would need?

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Posted

<META HTTP-EQUIV='Refresh' CONTENT='0;url=http://everythingjewish.net/catalog/index.php'>

This is an example I found:

 

<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html">

I was thinking it wasn't working because there was no actual page on the end of your code to link to, just a folder name.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Try

<meta http-equiv="refresh" content="0;url=http://everythingjewish.net/catalog"

Note the " not ' for the content.

I may be wrong here but I don't think this is a wise option because I think it could hurt in the search engine rankings.

Posted
I may be wrong here but I don't think this is a wise option because I think it could hurt in the search engine rankings.

I'll second that...

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Now I get this on top of my home page.

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/catalog/index.php:1) in /var/www/html/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/catalog/index.php:1) in /var/www/html/catalog/includes/functions/sessions.php on line 67

 

 

What is this all about?

 

and thanks to everyone for the help :)

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Posted

Headers Already Sent

 

Click the link above.

 

The problem is in /catalog/index.php (line 1)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Headers Already Sent

 

Click the link above.

 

The problem is in /catalog/index.php (line 1)

 

I looked in the index.php and cannot find any empty spaces or anything else that looks funny.

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Posted

I can't fix it for you.

 

I can just tell you the problem/solution and point you in the right direction....

:huh:

 

Compare the beginning of index.php with privacy.php (it doesn't have that problem)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
I can't fix it for you.

 

I can just tell you the problem/solution and point you in the right direction....

:huh:

 

Compare the beginning of index.php with privacy.php (it doesn't have that problem)

 

 

Thank you for all the help.

 

I swapped the index.php file with an older version I had on backup and it works now.

Yehuda

 

 

Like it says: One who is embarrassed will never learn!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...