0
Welcome Guest! Login
0 items Join Now

Site File

  • Site File

    Posted 17 years 8 months ago
    • Hi,
      I have to think even how to ask this :-\

      I'm working on a existing site that someone else created .... say www.mysite.com (the original site is a basic html site)

      I plan to leave the original site online until the joomla one is done.

      I've installed a rockettheme template.
      To access it, I go http://www.mysite.com\Joomla_RT_Elemental/index.php

      How would I go about making it so that the elmental template loads at
      http://www.mysite.com?  ( and the original one doesn't load)

      Hopefully this makes sense.

      Mark
  • Re: Site File

    Posted 17 years 8 months ago
    • Several options.
      The easiest: create an index.php that redirects to www.mysite.com/joomla ... and rename the original index.html to index.html.ori
      You can also move the complete site from the subdir to the maindir. Remeber to adjust your configuration.php to reflect these new settings.
    • I use simplix, does this mean that I'm a simple guy ? :)
  • Re: Site File

    Posted 17 years 8 months ago
    • Thanks Robby,
      That makes sense,
      can you give me a little help with what would be required in the new index.php file.

      Or can you give me a example from another site.

      Thanks
      Mark
  • Re: Site File

    Posted 17 years 8 months ago
    • For the redirect put the following in the index.php:
      <?php 
      header("Location: http://www.mysite.com/subdir/");&nbsp; 
      ?>

      Make sure there are no blanco lines at the end.
    • I use simplix, does this mean that I'm a simple guy ? :)

Time to create page: 0.070 seconds