MyBB Community Forums

Full Version: How do i change Home Page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i change Home Page?
Please add more information, for us to help you with your issue.
(2012-07-03, 05:04 AM)Support Wrote: [ -> ]Please add more information, for us to help you with your issue.
PVGforums.host22.com
I Want to change the home page to a custom page that i have already coded in Page Manager ....
You want to redirect users to your custom page? Add the following code in your htaccess file;
DirectoryIndex page.php index.php

Replace page.php with your page name.
(2012-07-03, 05:19 AM)Yaldaram Wrote: [ -> ]You want to redirect users to your custom page? Add the following code in your htaccess file;
DirectoryIndex page.php index.php

Replace page.php with your page name.
But the page was created in the plugin Page Manager ?
http://pvgforums.host22.com/misc.php?page=rls
And What Would The Name of that be ?
misc.php?page=rls so it becomes;
DirectoryIndex misc.php?page=rls index.php
try to redirect them using .htaccess
(2012-07-03, 05:43 AM)Yaldaram Wrote: [ -> ]misc.php?page=rls so it becomes;
DirectoryIndex misc.php?page=rls index.php
wHERE In .HtAccess do i put it?
Anywhere.
(2012-07-03, 07:12 AM)Yaldaram Wrote: [ -> ]Anywhere.
Do it for me?
I Try it wont work

(2012-07-03, 07:12 AM)Yaldaram Wrote: [ -> ]Anywhere.
NEVERMIND I Got it ...