PHP_Master
Хранитель порядка
- Регистрация
- 3 Фев 2008
- Сообщения
- 2.639
- Реакции
- 601
cocacola, раскодированные файлы (их всего 2) есть на форуме.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Not Found
The requested URL /category_2.html was not found on this server.
Not Found
The requested URL /product_1.html was not found on this server.
Спасибо, разобрался сам, Это же прочитал на форуме разработчика. Раскоментировал нес-ко строк в файле mysql.
Теперь ещё 1 вопрос, при переходе в категорию:
Тоже самое при просмотре товара:
я так понял это трабла ЧПУ, где исправить?
Хотелось бы что оно работало..
php_value session.use_trans_sid 0
php_value session.use_cookies 1
php_value session.use_only_cookies 1
php_flag register_globals Off
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks -Indexes -MultiViews
RewriteBase /добавь название папки/
RewriteRule ^index.html$ index.php [L]
RewriteRule ^admin.html$ admin.php [L]
RewriteRule ^news.html$ index.php?news=yes [L]
RewriteRule ^price.html$ index.php?show_price=yes [L]
RewriteRule ^cart.html$ index.php?shopping_cart=yes [L]
RewriteRule ^wide_search.html$ index.php?search_with_change_category_ability=yes [L]
RewriteRule ^feedback.html$ index.php?feedback=yes [L]
RewriteRule ^compare.html$ index.php?comparison_products=yes [L]
RewriteRule ^page_([0-9]+).html$ index.php?show_aux_page=$1 [L]
RewriteRule ^product_([0-9]+).html$ index.php?productID=$1 [L]
RewriteRule ^category_([0-9]+).html$ index.php?categoryID=$1 [L]
RewriteRule ^category_([0-9]+)_offset_([0-9]+).html$ index.php?categoryID=$1&offset=$2 [L]
RewriteRule ^category_([0-9]+)_show_all.html$ index.php?categoryID=$1&show_all=yes [L]
RewriteRule ^show_news_([0-9]+).html$ index.php?fullnews=$1 [L]
</IfModule>
{* шапка *}
<table cellspacing="0" cellpadding="0" width="100%" class="print">
<tr>
<td class="htba" valign="middle" align="left"><span class="fonta">блабла</span><br><span class="fontb">блабла</span></td>
<td class="htbb" valign="middle" align="center"></td>
</tr>
</table>