07-08-2009, 06:55 PM
|
#6 (permalink)
|
|
The Acquainted
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
|
Alright so I finally figured it out, but the site i got it from is EXTREMELY confusing so Ill give it to yall in short.
create your .htaccess file
and turn the rewrite engine with the following code:
PHP Code:
RewriteEngine On
then lets create our rewrite rule of which file we want to be which folder with the following line:
PHP Code:
RewriteRule ^space$ space.html
space.html will be the name of the file you want to change and and where it says ^space$ simply change the 'space' part to what you want it to appear as.
Tada!
Thanks for help tho cecilia.
__________________
Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25 - Andrew Rutherford
|
|
|