|
|
#10 (permalink) |
|
Registered User
Comfy Contributor
Joined in Jun 2006
106 posts
Gave thanks: 5
Thanked 1 Time in 1 Post
|
RewriteEngine On
RewriteBase / RewriteRule ^([a-zA-Z0-9])$ $1.html This didn't work. :/ There is also a way to tell it if no variable is there, default to index.html |
|
|
|
|
|
#12 (permalink) |
|
Registered User
Comfy Contributor
Joined in Jun 2006
106 posts
Gave thanks: 5
Thanked 1 Time in 1 Post
|
For the future,
DirectoryIndex index.html Options +FollowSymLinks RewriteEngine On RewriteRule ^([a-zA-Z0-9]+)$ $1.html [L] This works no problem at all. Also, I noticed when i searched the forum for '.htaccess' and clicked on my thread, it wouldn't load saying it was forbidden. so i removed the &highlight=.htaccess and it loaded no problem =) |
|
|
|
| This user thanks Savesheep for this great post! | Kickersny.com (January 17th, 2007) |
|
|
#13 (permalink) |
|
Surpass Fan
Super #1
Joined in Aug 2004
Hosted on SH58
1,687 posts
Gave thanks: 6
Thanked 7 times
|
Protection feature to prevent the server's .htaccess file from being viewed. Search for "htaccess" next time.
__________________
- Evan Charlton | [site] | Server - SH58 |
|
|
|