Thread: JS Scroller
View Single Post
Old 10-31-2005   #8 (permalink)
8dayssooner
Registered User
 
Join Date: Aug 2005
Posts: 5

Quote:
Originally Posted by scrowler
yeah, .htaccess code is often a better substitute because it means you don't have to alter any of your other pages.

for future reference here is how to do this with .htaccess: (put this in your .htaccess file in the main folder)

Code:
Options +FollowSymLinks
RewriteEngine on

RewriteRule index.php$ index.php?pagename=portfolio8ds.html&css=style.css
hey, i jsut tried that, and it loaded up my main page, but no other pages would load into the middle,
im currently using
Code:
DirectoryIndex index.php?pagename=portfolio8ds.html&css=style.css
8dayssooner is offline