MyBB Community Forums

Full Version: Want to make "View Today's Post" my first page of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

As default currently my forum i.e. http://hrsuccesstalk.com/forum shows list of all forums.

I want that whenever any user log in then first page which visitor see is "View Today's Post" page and not the list of forum page.

Please help
you can use redirect through .htaccess
eg. DirectoryIndex search.php?action=getdaily index.php
Dear M,

Thanks for your help. but not able to do so...if you can step by step approach so that i am able to do so. Sorry, i new to this technical things. i am using coreftp
(2013-03-31, 07:31 AM)govindsinghnegi Wrote: [ -> ]Hi All,

As default currently my forum i.e. http://hrsuccesstalk.com/forum shows list of all forums.

I want that whenever any user log in then first page which visitor see is "View Today's Post" page and not the list of forum page.

Please help

Hi govindsinghnegi,
Just paste this code as it in your .htaccess file..
it should be work..

Quote:Options +FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://hrsuccesstalk.com/forum/search.ph...bc4f09f838 [R=301,L]

please reply if this is helpful for you...

if you face any problem then please tell me, i will help you about that...
you have to create a rule in the file. htaccess if a member or guest will be directed to the "View Today's Post"
(2013-04-01, 09:51 AM)SunDi3yansyah Wrote: [ -> ]you have to create a rule in the file. htaccess if a member or guest will be directed to the "View Today's Post"

hmmmmm...
that is what i created for him...
(2013-04-01, 12:37 PM)stuatt Wrote: [ -> ]
(2013-04-01, 09:51 AM)SunDi3yansyah Wrote: [ -> ]you have to create a rule in the file. htaccess if a member or guest will be directed to the "View Today's Post"

hmmmmm...
that is what i created for him...

you are right Big Grin