Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Catalog


liebgott

Recommended Posts

Posted

I know this is an easy question but, is there anyway to take away the catalog in your url? I just want people to type in www.youraddress.com and have it open my store. This is probally the last thing I want to do before going live.

 

Thanks,

 

TJ

Posted
I know this is an easy question but, is there anyway to take away the catalog in your url? I just want people to type in www.youraddress.com and have it open my store. This is probally the last thing I want to do before going live.

 

Thanks,

 

TJ

 

This should do it. Just drop it in the root as index.htm and change "yourstore" to, well, your store

 

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="REFRESH" content="0; URL=http://www.yourstore.com/catalog">
<title> </title>
</head>

<body>

</body>

</html>

No Good Deed EVER Goes Unpunished

Posted

I suggest you copy your files over to root (everything you have right now in catalog), rename catalog and later delete it, and modify both configure.php files to reflect the new path. Redirecting may hurt your SEO, and why would you want to have a longer URL for your customers to have in their browsers?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
I suggest you copy your files over to root (everything you have right now in catalog), rename catalog and later delete it, and modify both configure.php files to reflect the new path. Redirecting may hurt your SEO, and why would you want to have a longer URL for your customers to have in their browsers?

 

Well, Monica, if you plug your metatags and description into the index.htm in the root, the SEs will find them with no problem if you target that particular file to them.

 

I've done it for dozens of sites that I've designed that have non-root starting points and the SEs find them every time.

No Good Deed EVER Goes Unpunished

Posted

Richard, "well Monica's" name is MONIKA ,.... and you are of course entitled to your opinion - please stay polite though.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
Richard, "well Monica's" name is MONIKA ,.... and you are of course entitled to your opinion - please stay polite though.

 

Monika,

 

No disrespent intended ob either count.

 

The "well" was not intended in the condesending tone, but, rather, in the "collecting one's thoughts" tone.

 

As for the c/k thing, that's being caused by replying to posts wilst, simaultaneously, trying to find some help on getting 4 contributions to play nicely together with very little luck.

 

I have been taught to be always respectful of people or say nothing at all.

 

Again, no offense intended

 

Richard

No Good Deed EVER Goes Unpunished

Posted

apology accepted ...

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
apology accepted ...

 

That's great then, now we're best buddies and the Quode Queen can help the Jack of Hardware out with these nasty old coding problems, right :D

 

You know, "hands across the ocean" and all that crap LOL

No Good Deed EVER Goes Unpunished

Posted

Thanks for the support. Monika you've been nothing but helpful since I started this. I'm so close to being done and my web exp. is limited so I'm just going to use the .htm version instead of possiblly screwing up my code and directeries. Also didn't mean to turn this post into a battle ground you two!!!!

 

Thanks again,

 

TJ

Archived

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

×
×
  • Create New...