Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can U have domain only at the address bar


hemmi

Recommended Posts

i get what u mean, on some sites, whatever the page is all you will see int eh address bar is the domain, so for mine, my site is at www.righthereit.com/default.php would show up as www.righthereit.com dotn know how to do it though

Don't die with the music in you!!!

 

Failure is just another boundary to sucess!!! But that doesn't mean your getting somewhere...

Link to comment
Share on other sites

i get what u mean, on some sites, whatever the page is all you will see int eh address bar is the domain, so for mine, my site is at www.righthereit.com/default.php would show up as www.righthereit.com dotn know how to do it though

 

Add this to the .htacess file in your root folder - it will at least remove the need for "default.php" in your URL:

 

<IfModule mod_dir.c> 

DirectoryIndex default.php 

</IfModule>

Link to comment
Share on other sites

How can U have domain only at the address bar.  Just "www.domain.com"  not "www.domain.com/catalog"?

 

Best regards,

 

Hermann

 

Install your catalog files in your root folder.....

 

In configure.php the "catalog" settings are:

 

  define('DIR_WS_CATALOG', '/');

 

and:

 

  define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...