jack_frost Posted February 10, 2007 Share Posted February 10, 2007 I was Looking To Enable the SSL so i tampered aound in the Includes/Configure, the Admin/Include/Configure and the Includes/application_top then all of the sudden the site is gone!.. i cant go to www.noirshop/shop/catalog.dk were the shop is (havent redirected it yet) i cant go to the admin page. i cant even go to www.noirshop.dk where theres only a splash image and i litlle html index code first time i tred going to the site after it crashed the adress redirected to “http://noirshop.dk/shopshopshopshopshopshopshopshopshopshopshopshopshopshopshopshopshop” dont know if that means anything to you guys? what have i done wrong?.. and how can i fix it? the parphrases i changed are as following: application_top: // set the type of request (secure or not) $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Admin/include/configure: define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define Includes/Configure: define('ENABLE_SSL', false); // secure webserver for checkout procedure? Link to comment Share on other sites More sharing options...
Rachael w. Posted February 10, 2007 Share Posted February 10, 2007 these topics may help you if you can roll your changes back and start over. http://www.oscommerce.com/forums/index.php?showtopic=233458 http://www.oscommerce.com/forums/index.php?showtopic=151162 Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 Thanks but my problem is not SSL right now... my problem is that i cant find out what is wrong since my site wont show! :( Link to comment Share on other sites More sharing options...
Jack_mcs Posted February 10, 2007 Share Posted February 10, 2007 Redirection problems like that are commonly caused by the .htaccess file in the root. Try renaming that file to see if the site works. Also, does your admin side work? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 Redirection problems like that are commonly caused by the .htaccess file in the root. Try renaming that file to see if the site works. Also, does your admin side work? Jack hey jack Renaming it to what? "Doodle.htacces" ? no my www.noirshop.dk/shop/catalog/admin doesnt work either Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 ehm... also... there no Htacces in my Root :S Link to comment Share on other sites More sharing options...
Rachael w. Posted February 10, 2007 Share Posted February 10, 2007 I just wondered if you placed the original aplication top, and the configure files back (reversing your changes you said you made) if your site would work. Then you would know if it was an error in your code or something else. Firefox is telling me that your site is not redirecting properly. Did you set up a redirect? Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 I have not redircted it no.. so it confuse the helle out of me! alsp i havent copied the original aplication_top no (becouse i didnt make a backup) but ive reversed all the changes ive made Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 But Should there be a Htacces en my logs (Root)?!? Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 Please i really need help with this?! Any ideas at all?! Link to comment Share on other sites More sharing options...
Rachael w. Posted February 10, 2007 Share Posted February 10, 2007 can you post your index page, I mean your sites index page, not your store/index page? Maybe an index.html, index.php or something? When I go to noirshop.dk it is loading something over and over again. I am assuming you have other pages in your site since it looks like your osc store is in noirshop.dk/store Link to comment Share on other sites More sharing options...
jack_frost Posted February 10, 2007 Author Share Posted February 10, 2007 yeah... my shop is at Noirshop.dk/shop/catalog but the Html to noirshop.dk is <html> <head> <title>Boutique Noir</title> </head> <body bgcolor="#000000"> <center> <br><br><br><br><br> <img src="splash.jpg"> </body> </html> and besides the html theres a Jpeg file and a Empty .Htaccess file in that directory... nothing more.. nothing less Link to comment Share on other sites More sharing options...
Rachael w. Posted February 11, 2007 Share Posted February 11, 2007 well, it doesnt look like you have the redirect on your 'home' page. I am not really sure why its doing that. I am sure some one with more exprience may be able to help. At least I'll give you a bump... Link to comment Share on other sites More sharing options...
Jack_mcs Posted February 11, 2007 Share Posted February 11, 2007 hey jack Renaming it to what? "Doodle.htacces" ? no my www.noirshop.dk/shop/catalog/admin doesnt work either If your admin isn't working either, then it isn't due to any file in the shop side, except for one that might be adding redirection. Try creating a simple html file and uploding it to the root. Then try displaying that file in a browser. If it doesn't work, then there is something wrong with the server and you will need to talk to your host. If it does, then look closer at the files in the root for redirection code. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2007 Share Posted February 11, 2007 I would revert my application_top.php back to its previous state and activate my ssl through the config.php file only and it will bring the site back up. Link to comment Share on other sites More sharing options...
usernamenone Posted February 11, 2007 Share Posted February 11, 2007 Your site is still there. Your link at norshop.com is broken to enter the shop. The image needs a hyper link. If the correct path is indeed http://noirshop.dk/shop/catalog/ and not http://noirshop.dk/shop/ Look into your includes/configure.php and set the path to your catalog to the correct location and then do the same for your admin/includes/configure.php files. Once inside the catalog your images are broken with the path to them indicating they should be at http://noirshop.dk/shop/catalog/images/ set this also in your configure.php files. BTW why do you have your catalog double foldered? It should be called shop or catalog and not a catalog in a shop inside your www! If you choose to leave it double foldered your configure.php file need to have shop in front of all the catalog entries Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.