vekia Posted May 19, 2014 Share Posted May 19, 2014 (edited) jeżeli po instalacji sklepu prestashop jego strony wyglądają tak: to musisz edytować dwa pliki .htaccess: /themes/.htaccess /modules/.htaccess zmieniając: <FilesMatch "\.tpl$"> Deny from all </FilesMatch> na: <Files ~ "\.tpl$"> Deny from all </Files> Wersja 1.7 w pliku config/defines.inc.php znajdujemy ok 50 linii: if (!defined('_PS_ROOT_DIR_') && (getenv('_PS_ROOT_DIR_') || getenv('REDIRECT__PS_ROOT_DIR_'))) { define('_PS_ROOT_DIR_', getenv('_PS_ROOT_DIR_') ? getenv('_PS_ROOT_DIR_') : getenv('REDIRECT__PS_ROOT_DIR_')); zamieniamy na: define('_PS_ROOT_DIR_', ''); if (!defined('_PS_ROOT_DIR_') && (getenv('_PS_ROOT_DIR_') || getenv('REDIRECT__PS_ROOT_DIR_'))) { define('_PS_ROOT_DIR_', getenv('_PS_ROOT_DIR_') ? getenv('_PS_ROOT_DIR_') : getenv('REDIRECT__PS_ROOT_DIR_')); Edited March 26, 2017 by endriu107 Dodane info o wersji 1.7 (see edit history) 6 1 Link to comment Share on other sites More sharing options...
0 GreboP Posted May 20, 2014 Share Posted May 20, 2014 Nie pomogło, Ale dziękuję za szybką odpowiedź i pomoc. Link to comment Share on other sites More sharing options...
0 vekia Posted May 20, 2014 Author Share Posted May 20, 2014 jednak pomogło Link to comment Share on other sites More sharing options...
0 korni Posted May 21, 2014 Share Posted May 21, 2014 (edited) @vekia jeszcze jakbyś mógł napisać jak na tych serwerach włączyć kompresję, to naród byłby Ci wdzięczny kombinuję poprzez ręczne w wpisy w htaccess, ale to co gdzie indziej działa, to przy sklepie jednak trzeba się nagimnastykować Edited May 21, 2014 by korni (see edit history) Link to comment Share on other sites More sharing options...
0 GreboP Posted June 16, 2014 Share Posted June 16, 2014 Witam ponownie, pierwsza instalacja (próbna) sklepu zakończona powodzeniem. Teraz działamy już w "realu". Dokonałem wszystkich zmian w plikach htaccess zamieniając wpis na <FilesMatch "\.tpl$">Deny from all</FilesMatch>. Wyłączyłem również wszystkie CSS'y, a strona grafika strony jest nadal "rozjechana". Coś jeszcze zapomniałem ? Adres : http://www.innovenergy.home.pl/sklep/?live_configurator_token=a6eb68b03723ac323459f2260c1655ee&id_employee=1&id_shop=1 Link to comment Share on other sites More sharing options...
0 Yabber Posted June 16, 2014 Share Posted June 16, 2014 Jest dobrze. Wyczyść przeglądarkę (Ctrl + F5). 1 Link to comment Share on other sites More sharing options...
0 Dafhvid Posted July 24, 2014 Share Posted July 24, 2014 (edited) pomogło, dziękuję za szybką odpowiedź i pomoc Edited July 25, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
Question
vekia
jeżeli po instalacji sklepu prestashop jego strony wyglądają tak:
to musisz edytować dwa pliki .htaccess:
/themes/.htaccess
/modules/.htaccess
zmieniając:
na:
Wersja 1.7 w pliku config/defines.inc.php znajdujemy ok 50 linii:
zamieniamy na:
Edited by endriu107Dodane info o wersji 1.7 (see edit history)
Link to comment
Share on other sites
6 answers to this question
Recommended Posts