I have a splash page, all is good.
I have added a drop down box to the bottom of the splash page so "guest" can actually view the "browse.php" or this is the actual page I want them to be able to see
i.e.
http://demo.boonex.com/browse.php?&photos_only=on&mode=extended&page=1&per_page=20&sort=none
So guest will see splash page with a link at the bottom allowing them to "see" the member page..
I guess this is a line I need to add to the .htaccess, I have searched the forums for hours looking for an answer.
Thanks in advance if anyone can suggest the correct code.
ManOfTeal.COM a Proud UNA site, six years running strong! |
I have no idea, what you want so much to do.... |
I have no idea, what you want
I knew you would be first!!! lol
ManOfTeal.COM a Proud UNA site, six years running strong! |
Site has splash page, I want user to also be able to see three other pages..
I have added a drop-down menu to the center bottom of the splash..
<div class="Dropdown"><form name="jump to page"><select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" ><option value="http://yoursite.com/modules/?r=videos/home/">Videos</option><option value="http://yoursite.com/modules/?r=sounds/home/">Sounds</option><option value="http://yoursite.com/browse.php?&res_per_page=56&page=1&search_mode=quick&sort=date_reg">People</option><option selected> --Free to browse the site-- </option></select></form>
ManOfTeal.COM a Proud UNA site, six years running strong! |
so? am i supposed to give the code that will redirect the user to the page he/she selected? so much to do.... |
You don't have to give anything...
I'm posting the question to answered by anyone who has it, and of course is willing to share.
Thanks for looking, if you know the solution, post it please.
Otherwise I will wait.
ManOfTeal.COM a Proud UNA site, six years running strong! |
Thats the problem i don't know what is needed. I can't understand the scenario and why there you mention about .htaccess. I am flying in the clouds, maybe i need some sleep
You don't have to give anything...
I'm posting the question to answered by anyone who has it, and of course is willing to share.
Thanks for looking, if you know the solution, post it please.
Otherwise I will wait.
so much to do.... |
Thats the problem i don't know what is needed. I can't understand the scenario and why there you mention about .htaccess. I am flying in the clouds, maybe i need some sleep
You don't have to give anything...
I'm posting the question to answered by anyone who has it, and of course is willing to share.
Thanks for looking, if you know the solution, post it please.
Otherwise I will wait.
stop smoking that $#!T lol
|
I don't think anyone can answer this without knowing exactly how your splash page functions, They are not all the same.
One scenario requires you to add something like this to the .htaccess
DirectoryIndex splash.php index.php someOtherPage.php ...etc
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I don't think anyone can answer this without knowing exactly how your splash page functions, They are not all the same.
One scenario requires you to add something like this to the .htaccess
DirectoryIndex splash.php index.php someOtherPage.php ...etc
Thank you Houston..
the splash page I'm sure you have it.. Faceslook Template version 7.0.5 by beckmedia
I'm placing the above at the bottom.. but the site re directs back to the splash..
would I add this
DirectoryIndex splash.php index.php /browse.php?&photos_only=on&mode=extended&page=1&per_page=20&sort=none /modules/?r=videos/home/
ManOfTeal.COM a Proud UNA site, six years running strong! |
Try getting rid of that leading slash before browse.php My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |