Я здесь начинающий - но мне цмска очень понравилась.
Но вот у меня появились проблемы - как везде тут пишут я сделал файл .htaccess (полностью взял в doc - ни че не менял - если что то надо поменять подскажите)
сделал config.php
Code: Select all
#
#Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this to work for modules
#
$config['assume_mod_rewrite'] = true;
#
#
#Extension to use if you're using mod_rewrite for pretty URLs.
#
$config['page_extension'] = '.html';
#
#
#If you don't use mod_rewrite, then would you like to use the built-in
#
#pretty url mechanism? This will not work with IIS and the {metadata} tag
#
#should be in all of your templates before enabling.
#
$config['internal_pretty_urls'] = true;
#
#
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#
#show urls in their hierarchy? (ex. http://www.mysite.com/parent/parent/childpage)
#
$config['use_hierarchy'] = true;
#
#
#If using none of the above options, what should we be using for the query string
#
#variable? (ex. http://www.mysite.com/index.php?page=somecontent)
#
$config['query_var'] = 'page';
а при добавлении ссылки через сефтлинкс то выдает динамичный адрес. Помогите пожалуйста в чем я ошибся.
Аналогичная проблема с новостями - сделал все так на сайте написанно: www.cmsmadesimple.ru
я изменял в файлах модулях(как написано на сайте), так и делал в папке lib новый файл с перевод и т.д.
Помогите пожалуйста и с этим вопросом