sucks there isn't a way to be able to make something like this defualt. . .
As for my test on my localhost install.
Yes, I followed your example exactly. That example didn't work--would return a error in line 5 of index.php.
I got it to work before using a different mod rewrite; however, I deleted the files for other testing purposes and of course forgot exactly what I did.
I'm sure the mod rewrite I have on my server will work just fine. The reason I went back and tried your rewrite rules again was, when I did the rewrite and it was working the images broke and when I tried to re-upload them the file manager went wonky--it would just return to the file manager page when I would go to browse for the file and I wanted to be able to re-check that to see if it was a bug or not.
I'll have to upload to my server and play a little--don't really have the time right now. No worries, just wanted to let you know in case the mod rewrite has a localhost install issue.
I don't know if this is possible, but can you make a mod_rewrite for the home page to be the domain name (*.com/Home = *.com)?
thanks
**Update**
Found the problem. There seems to be a problem in the code of index.php file for "define('gp_indexphp',false);"
I installed gpEasy into glacier subdirectory and just copied your htaccess & index.php examples and it worked fine. Copied the index.php data over to my other subdirectory index.php file and made the appropriate changes and it works fine now. Must be a ' or something in the index.php file.
I do have another question, sorry.
I tried to add a "/" at the end of the url, but it breaks gpEasy. I used similar rewrite that works with getsimple CMS. Can you give a rewrite for this or is it not possible? And how do I get the "home" page to = domain name (domain.com = domain.com/home)--is it only via a rewrite/redirect?
Also, off topic, do you plan on adding a feature for meta data (description) for each page in the future?