MyBB Community Forums

Full Version: portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2010-08-09, 12:17 PM)AJS Wrote: [ -> ]Add this to your .htaccess

DirectoryIndex portal.php
I think that this line is better
DirectoryIndex portal.php index.php index.html index.htm

(2010-08-09, 07:31 PM)mrl586 Wrote: [ -> ]
DirectoryIndex portal.php index.php index.html index.htm

Seems pretty pointless, especially since a MyBB installation doesn't have an index.html or index.htm
(2010-08-09, 08:58 PM)AJS Wrote: [ -> ]
(2010-08-09, 07:31 PM)mrl586 Wrote: [ -> ]
DirectoryIndex portal.php index.php index.html index.htm
Seems pretty pointless, especially since a MyBB installation doesn't have an index.html or index.htm
There are a few index.html file
mrl586@COMPAQ:/opt/lampp/htdocs/mybb$ find -name 'index.html'
./uploads/index.html
./uploads/avatars/index.html
./cache/index.html
./cache/themes/theme1/index.html
./cache/themes/index.html
./admin/backups/index.html
./admin/modules/config/index.html
./admin/modules/forum/index.html
./admin/modules/user/index.html
./admin/modules/index.html
./admin/modules/home/index.html
./admin/modules/tools/index.html
./admin/modules/style/index.html
./admin/inc/index.html
./admin/styles/sharepoint/images/icons/index.html
./admin/styles/sharepoint/images/index.html
./admin/styles/sharepoint/index.html
./admin/styles/default/images/icons/index.html
./admin/styles/default/images/index.html
./admin/styles/default/index.html
./admin/styles/index.html
./admin/jscripts/index.html
./images/index.html
./inc/mailhandlers/index.html
./inc/languages/finnish/admin/index.html
./inc/languages/finnish/index.html
./inc/languages/english/admin/index.html
./inc/languages/english/index.html
./inc/languages/index.html
./inc/captcha_fonts/index.html
./inc/tasks/index.html
./inc/index.html
./inc/cachehandlers/index.html
./inc/plugins/index.html
./inc/3rdparty/diff/Diff/index.html
./inc/3rdparty/diff/Diff/Engine/index.html
./inc/3rdparty/diff/Diff/Renderer/index.html
./inc/3rdparty/diff/index.html
./inc/3rdparty/index.html
./inc/datahandlers/index.html
./install/images/index.html
./install/resources/index.html
./jscripts/editor_themes/default/images/index.html
./jscripts/editor_themes/default/index.html
./jscripts/editor_themes/index.html
./jscripts/editor_themes/Office_2007/images/index.html
./jscripts/editor_themes/Office_2007/index.html
./jscripts/index.html
Yeah, not in the root folder though.
so what the conclusion for my problem
Pages: 1 2