Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Do you all have test websites? Are the local or hosted?


Snoboreders

Recommended Posts

Posted

Alright, now that sales are coming in, I can no longer mess around with the website over weekends. Do you host it locally or on the internet. I tried to learn how to host it locally but got caught up with all the apache stuff, and although I had done it once before on a Windows comp in class, I can't figure out how to do it on a Mac.

 

Any suggestions?

Posted

sometimes it is a good idea to create a sub-folder on a server for testing purpose. Installing cart to a sub-folder will not mess up the live site if any thing hard happened.

Posted

Development locally on your PC/Mac where you can make changes fast.

Testing on your hosted environment in a separate directory to ensure everything will be working fine in your live store (same php version, same mysql, same settings ...)

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

  • 1 month later...
Posted

Awesome....so I'd create a subfolder in my root directory labeled "test" and upload the site into that....and then go to mysite.com/test/index.php and my site would show up again?

 

That'd be perfect, because I was actually thinking of purchasing another site to run tests on (which would be foolish when I can just do the above).

Posted

Actually, if you're running Mac OS X (which I assume you are) Apache is already pre-installed. Simply go into your System Preferences, then click 'Sharing' then turn on Personal Web sharing.

 

I have an older Mac that I use just for this purpose.

Posted
Actually, if you're running Mac OS X (which I assume you are) Apache is already pre-installed. Simply go into your System Preferences, then click 'Sharing' then turn on Personal Web sharing.

 

I have an older Mac that I use just for this purpose.

 

Redbone...thanks for telling me that. Unfortunately, I suck when dealing with Apache. I have enabled it, but I have no idea what to do next. I go to http://localhost and see the apache web browser...but I have no idea where to place the site.

 

Also, can I still add a dif folder to my website (on the net) and use that as a test server? Or would I have to purchase a new domain?

 

So, for example, instead of accessing my root folder for the site, I can drag and drop everything in a folder labeled test, and then go to mysite.com/test and it'll be my site again?

 

Thanks for the help.

Posted
Also, can I still add a dif folder to my website (on the net) and use that as a test server?

Yes, that will work too, but don't forget to change the paths in your config files to match your new folder.

"Outside of a dog, a book is man's best friend.

Inside of a dog, it's too dark to read."

 

GROUCHO (1895-1977)

Posted

The Apache DocumentRoot directory.

This is where the webpages belong.

 

/Applications/xampp/htdocs/

 

You place your catalog in the htdocs folder. You will then go to phpmyadmin and create a new database.

 

You will then open your browser to localhost/catalog and run the installer

Archived

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

×
×
  • Create New...