0
Welcome Guest! Login
0 items Join Now

html over php

    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: html over php

    Posted 15 years 10 months ago
    • could do that
      though the advantage of other method is that you identify robots and forward on, helping to keep your SEO
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: html over php

    Posted 15 years 10 months ago
    • This question came up before somewhere and I answered with putting your Joomla root in a new directory and just having the splash page in the public_html directory.

      You'd visit: thatsite.com and see the splash page

      Then everything else (including Joomla home item) would be: thatsite.com/home/


      Is there a disadvantage to doing it this way other than the extra directory name in the url?
      I also mentioned this way as moving to any other server configurations would not cause any issues later on.
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: html over php

    Posted 15 years 10 months ago
    • Probably best to use Directoryindex for this. Try adding the following line to your .htaccess file:

      DirectoryIndex index.html index.php


      This will basically tell apache to look for an index.html file first. If it doesn't find one, it will move on to the next file (index.php) and so on. You can add more options after that, so long as they're on the same line in the .htaccess file.
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: html over php

    Posted 15 years 10 months ago
    • Nice post GollumX :)
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • gring0's Avatar
    • gring0
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: html over php

    Posted 15 years 10 months ago
    • wow that´s even better thank you very much
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: html over php

    Posted 15 years 10 months ago

Time to create page: 0.055 seconds