Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to chnage admin path


proman2008

Recommended Posts

Hallo OSC community - need your help

 

I need to change path for admin

 

now is

 

domain.com/admin

 

 

and I want to have

 

 

domain/something/admin

 

 

 

how to solve this problem?

in your configure.php files in the includes directory, one in admin, one in "catalog".

Link to comment
Share on other sites

so just to past there new directory and thats it?

Probably, but it would be better to edit the files to reflect the new admin directory location. While you are at it, why not also rename the admin directory?

Link to comment
Share on other sites

sure - I got now

 

Coopco one more -

 

 

I changed the language file - and now from admin when I am trying to change the web page title it is still written commerce

 

I found this problem after I changed some language files :(

 

where from I can edit title of the web page?

Link to comment
Share on other sites

sure - I got now

 

Coopco one more -

 

 

I changed the language file - and now from admin when I am trying to change the web page title it is still written commerce

 

I found this problem after I changed some language files :(

 

where from I can edit title of the web page?

you can use

// page title

define('TITLE', STORE_NAME);

 

instead of

// page title

define('TITLE', 'osCommerce Online Merchant Administration Tool');

 

you need to edit the catalog\admin\includes\languages languagefile.php

Link to comment
Share on other sites

in your configure.php files in the includes directory, one in admin, one in "catalog".

 

I can not find line - in configure.php to change

 

 

:(

 

what I need exactly to change admin folder

Link to comment
Share on other sites

I can not find line - in configure.php to change

 

 

:(

 

what I need exactly to change admin folder

My badi, just the admin one.

Probably just

 

define('DIR_WS_ADMIN', 'something/admin/');

Link to comment
Share on other sites

Coopco I got one more question - about images

 

one the first page I got images with dimensions 78x84

 

and when pressing the item the images is still 78x84 - I try to upload a big image but on the fornt page the image loose the quality - what to do ?

:(

Link to comment
Share on other sites

Coopco I got one more question - about images

 

one the first page I got images with dimensions 78x84

 

and when pressing the item the images is still 78x84 - I try to upload a big image but on the fornt page the image loose the quality - what to do ?

:(

Not sure about quality. Images need to be ftped in binary format.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...