Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2005
    Posts
    144
    Plugin Contributions
    0

    Default Where to change address names

    I am upgrading v 1.3.9 to v 1.5.1 and keep getting this funny little glitch where the forward slash is missing from the index.php part of the address.

    For example, when I hooked up the catalogue's home page and want to click onto one of the categories I get something like this
    http://www.mypracticesite.com/new_storeindex.php.... everything works fine as long I manually fix the address bar with the forward slash http://www.mypracticesite.com/new_store/index.php.

    It's probably a really simple solution, I just don't know where the links are kept to add the forward slash.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: Where to change address names

    Look in your /includes/configure.php and YOUR_ADMIN/includes/configure.php files. Most likely you've got
    Code:
      define('DIR_WS_CATALOG', '/new_store');
      define('DIR_WS_HTTPS_CATALOG', '/new_store');(
    instead of
    Code:
      define('DIR_WS_CATALOG', '/new_store/');
      define('DIR_WS_HTTPS_CATALOG', '/new_store/');(

  3. #3
    Join Date
    Jan 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: Where to change address names

    Thank you so much for the suggestion! Actually, I had the right configuration settings in the configure.php, I just threw everything off because of using a botched up restored database.

    Setting up a demo folder to compare the new features versus how the upgraded version should look is really important!

    I appreciate all the help!

 

 

Similar Threads

  1. Replies: 9
    Last Post: 7 May 2016, 06:39 PM
  2. Replies: 2
    Last Post: 25 Nov 2014, 09:41 PM
  3. Replies: 6
    Last Post: 8 Mar 2012, 06:36 PM
  4. Upgrade from 1.3.8a to 1.3.9...Where did my product names go?
    By datatv in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 6 Jun 2011, 03:23 AM
  5. page names and where to find
    By paige1 in forum General Questions
    Replies: 6
    Last Post: 6 Jun 2010, 06:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg