yehudas Posted February 6, 2008 Posted February 6, 2008 My home page http://everythingjewish.net wont open it keeps on refreshing itself and not loading. If you go to http://everythingjewish.net/catalog/index.php then it works. Please help. Yehuda Like it says: One who is embarrassed will never learn!
mvogt Posted February 6, 2008 Posted February 6, 2008 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
yehudas Posted February 6, 2008 Author Posted February 6, 2008 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!
digilee Posted February 6, 2008 Posted February 6, 2008 no you haven't. SolarFrenzy Solar powered gadgets at down to earth prices. CheekyNaughty Promoting British Design
yehudas Posted February 6, 2008 Author Posted February 6, 2008 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!
satish Posted February 6, 2008 Posted February 6, 2008 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.
yehudas Posted February 6, 2008 Author Posted February 6, 2008 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!
germ Posted February 6, 2008 Posted February 6, 2008 <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 >
Guest Posted February 6, 2008 Posted February 6, 2008 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.
germ Posted February 6, 2008 Posted February 6, 2008 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 >
yehudas Posted February 7, 2008 Author Posted February 7, 2008 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!
germ Posted February 8, 2008 Posted February 8, 2008 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 >
yehudas Posted February 8, 2008 Author Posted February 8, 2008 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!
germ Posted February 8, 2008 Posted February 8, 2008 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 >
yehudas Posted February 8, 2008 Author Posted February 8, 2008 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.