Спасибо большое.
Помогите ещё пожайлуста вписать эту строку в мой htaccess, т.к.:o
я ее вставил, а оно все равно кидает на главную:(
Мой htaccess:
AddDefaultCharset WINDOWS-1251 DirectoryIndex index.php index.html RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] RewriteCond %{REQUEST_URI} (/|\.html|\.php|\.html|\.html|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #rewriterule (.*)-[0-9]{1,2}$ /$1 [R,L] RewriteRule (.*) index.php #php_flag display_errors off
(На данный момент новая строка закоментированная)