I would like to collaborate with you post code in your forum.
Sorry but my English is very bad.
Code for .htaccess
Url Friendly to Search Engines, and other Characteristics
- Code: Select all
RewriteEngine On
Rewriterule ^(.*)\.html$ ?catid=$1
RewriteCond %{HTTP_HOST} !^www\.youdomain\.com$
RewriteRule ^(.*)$ http://www.youdomain.com/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
AddCharset UTF-8 .html
Thank you for all
