Making joomla home page become index.html - Joomla! Forum - community, help and support
i installed joomla15 folder on root directory of server (yahoo). have created site, home page joomla site index.php. domain load it, needs called index.html. changing name doesn't work. suppose because original file (index.php) in joomla folder. do joomla index.php file loads home page?
hi onyxcollector,
i suppose domain pointing root directory, correct?
if so, why install joomla in sub folder? intend have anything, place holder, in root directory?
anyway, if that's case, create index.html file in root directoty following code in it:this force redirect.
the example code taken following link: http://www.instant-web-site-tools.com/h ... irect.html. find code description there.
regards,
i suppose domain pointing root directory, correct?
if so, why install joomla in sub folder? intend have anything, place holder, in root directory?
anyway, if that's case, create index.html file in root directoty following code in it:
code: select all
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>your page title</title>
<meta http-equiv="refresh" content="0;url=http://www.your-site.com/joomla-folder/index.php">
</head>
<body>
optional page text here.
</body>
</html>
the example code taken following link: http://www.instant-web-site-tools.com/h ... irect.html. find code description there.
regards,
Comments
Post a Comment