0
Welcome Guest! Login
0 items Join Now

Change index.php to index.html

  • Change index.php to index.html

    Posted 14 years 4 months ago
    • I have the Dominion template, and I am trying to change the home page from index.php to index.html.
      I am using sh404SEF. I have done the typical Apache mod_rewrite, checked the Add Suffix to URL's, re-named the htaccess.txt file to .htaccess. But that is not working either. Any help would be greatly appreciated.

      I have the site on a temporary server: 174.120.83.250/~killer1/killer/

      Many Thanks,
      Jkiller
  • Re: Change index.php to index.html

    Posted 14 years 4 months ago
    • Did I post this in the wrong place? I sure would appreciate some help with this issue.

      Many Thanks
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Change index.php to index.html

    Posted 14 years 4 months ago
    • Turn off 'Add Suffixes to URLs'

      Basic Core SEF:

      If joomla is in the root; htdocs, or public_html...

      In Global Configurations, Search Engine Friendly URLs Yes, Use Apache mod_rewrite Yes, Add suffix to URLs No.

      Change htaccess.txt to .htaccess.

      If it’s in a folder, you need to change the # RewriteBase / to reflect the path of your site.

      Change:

      # RewriteBase /

      to:

      RewriteBase /(the name of the folder joomla is in)

      If that doesn't work, search or post here:

      forum.joomla.org/viewforum.php?f=544

      If you are using a 3rd part component, contact the developer.

      I don't see a suffix when I visit the home page, but you can't rename a php file to html, your site won't work....
    • Thanks,
      jim

Time to create page: 0.081 seconds