Изменение название папки
Здравствуйте! ShopOS 2.5.9 стоит в public_html/SHOPS www.************.ru/SHOPS------работает Изменил на public_html/shop www.***********.ru/shop------не работает Что нужно изменить?
в .htaccess смотрите RewriteBase /SHOPS
нужно изменить так же как и папка
А уменя в .htaccess пусто
Должно быть что-то типа ##################################### # ShopOS: Shopping Cart Software. # Copyright (c) 2008-2010 # http://www.shopos.ru # http://www.shoposs.com # Ver. 2.5.6 #####################################
AddDefaultCharset utf-8
RewriteEngine On RewriteBase /
RewriteRule ^product_reviews_write\.php\/info\/p(.*)_.*\.html product_reviews_write\.php\?products_id=$1 RewriteRule ^product_reviews_write\.php\/action\/process\/info\/p(*)_.*\.html product_reviews_write\.php\?action=process\&products_id=$1
RewriteRule ^product_info\.php\/info\/p(.*)_.*\/action\/add_product product_info\.php\?products_id=$1\&action=add_product\ RewriteRule ^shopping_cart\.php\/products_id\/(*)\/info\/p(*)_.*\.html shopping_cart\.php\?products_id=$1
RewriteRule ^(product_info|index|shop_content).php(.*)$ redirector.php
RewriteRule ^.*\.gif|\.jpg|\.png|\.css|\.js$ - RewriteRule ^(.*).html(.*)$ manager.php
RewriteRule ^.*\.gif|\.jpg|\.png|\.css|\.php|\.js$ -
# PHP 5, Apache 1 and 2. <IfModule mod_php5.c> php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 php_value mbstring.http_input pass php_value mbstring.http_output pass php_value mbstring.encoding_translation 0 php_value default_charset UTF-8 php_value mbstring.internal_encoding UTF-8 </IfModule>
Увы,там пусто. Пишет Not Found
The requested URL /SHOPS/redirector.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.2.17 Server at www.yugavtoservis.ru Port 80
Ну так вы возмите код который я привел и вставьте в htaccess а в строке RewriteBase / сделайте RewriteBase /НАЗВАНИЕ_ПАПКИ_КОТОРОЕ_НУЖНО
Источник
|