Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My site Has Diaspered!


jack_frost

Recommended Posts

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

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

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

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

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

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

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

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

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

Archived

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

×
×
  • Create New...