View Single Post
Old 07-08-2009, 06:55 PM   #6 (permalink)
Randy
The Acquainted
 
Randy's Avatar
 
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
Randy is on a distinguished road
Default

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 ^spacespace.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
Send a message via AIM to Randy Send a message via MSN to Randy
Randy is offline  
Reply With Quote