0
Welcome Guest! Login
0 items Join Now

URL: How to use joomla site without joomla in URL?

  • URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • Bob Ateah's Avatar
    • Bob Ateah
    • Elite Rocketeer
    • Posts: 4521
    • Thanks: 0

    Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • ??? I'm not following you... "Joomla" in the url?
      Can you give an example of such a url?

      This site for example, uses Joomla and there is no Joomla in the url.

      What is your site name now?
    • The member formerly known as Roland Deschain
      After your question is solved, please Edit your original post and choose the Solved message icon, thank you!
  • Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
  • Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • Copy content of Joomla folder ie www.kayakwest.com/joomla/ to www.kayakwest.com than open configuration.php file and change the following

      $mosConfig_absolute_path = '/www/kayakwest.com/joomla';
      $mosConfig_live_site = ' www.kayakwest.com/joomla ';
      $mosConfig_cachepath = '/www/kayakwest.com/joomla/cache';

      to

      $mosConfig_absolute_path = '/www/kayakwest.com';
      $mosConfig_live_site = ' www.kayakwest.com ';
      $mosConfig_cachepath = '/www/kayakwest.com/cache';

      Notice the above is only an example your setup could be different.
    • VirtueShop
    • Joe K's Avatar
    • Joe K
    • Elite Rocketeer
    • Posts: 902
    • Thanks: 0

    Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • Hey Jason,

      Godaddy usually puts Joomla in its own folder like that. You can use an FTP program and move the files to the root directory. Once you move the files you will need to update the config.php file. If you need help with it or have any other questions give me a yell.
    • Bob Ateah's Avatar
    • Bob Ateah
    • Elite Rocketeer
    • Posts: 4521
    • Thanks: 0

    Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • Yup, as the good fellows above have advised.

      As I just posted in another thread:
      Move all the files to the root, and change all your logical/absolute path values in the configuration.php (remove the /joomla)
    • The member formerly known as Roland Deschain
      After your question is solved, please Edit your original post and choose the Solved message icon, thank you!
  • Re: URL: How to use joomla site without joomla in URL?

    Posted 18 years 1 week ago
    • Sometimes with mine, I like to redirect the www.mysite.com to www.mysite.com/main which makes it easier navigation for FTP when I have a fair few little sites.

      I create a new php document and insert this
      <?php
      header( 'Location: mysite.com/main ' ) ;
      ?>
    • James Spencer / Developer & Support / Hull, UK

Time to create page: 0.063 seconds