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