marik777tir Posted April 14, 2014 Share Posted April 14, 2014 Для того, чтобы сайт полноценно работал с формами и почтой нужно убрать из названия сайта http://ndex.php для этого нужно в htaccess что-то изменить. помогите пожалуйста, не знаю что вот мой файл # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on RewriteCond %{HTTP_HOST} ^cosmetica-shop.ru$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^cosmetica-shop.ru$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Link to comment Share on other sites More sharing options...
sors Posted April 14, 2014 Share Posted April 14, 2014 Включите ЧПУ и перегенерируйте htaccess Link to comment Share on other sites More sharing options...
Recommended Posts