Hi everyone,
This is my ever first post, so apologies if I do/say something inappropriate.I have very basic skills programming, however I do my best and I usually get results, but this time I need a glimpse of advice cuz I'm really lost.
Well, I have the Idea of provide users/search engines that visit my site, with clean URLs, and I did it through an .htaccess, I wrote the rule and voila, It works, but as nothing is perfect, I had a problem as well.
my .htacces:
----------------------------------------------
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteRule ^faqs/ /features.php [NC]
RewriteRule ^faqss/ /features.php [NC]
----------------------------------------------
The first rule doesn't work, but the second one does, simply redirect an fake url to a file, and after hours of trying I came to the conclusion that there should be another .htaccess in the parent directory (which I cannot reach due to configuration in my server account, I'm supposed to be in the root directory) that has a similar GLOBAL rule involving words that I really need to name my fake directories such (aboutus,startnow,contacus,etc..), this fact mess up with my basic little tinny .htacces.
by the way my provider is 1&1.
I'll really appreciate any help or guidance in this matter,
cheers,
wolfito