Whats the best to tool to edit .htaccess
Hi all i do not know much about .htaccess files and what tool i should use to edit it. Can i just use any html editor to edit this file?
The code i want to install is for the SEO search as this template on my mates server was made in PHP IDE or PHPBB some code like that.( I think) So with out SEO enabled google search and some other search engines will not see the pagers with the extinction (index.php?p=1_01) and with the SEO on it should see the page name set by the SEO string {%seo%} e.g. Contact us or Home
I went into perl and typed in mod-rewrite so i think that is installed right allready.
Of site tuts page:
NOTE: To use this feature, you server must have mod_rewrite installed and .htaccess configured:
(the code i wish to enter)
.htaccess file add-on
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Thanks again all... all tips and notes of things to watch out for when doing this are welcome