Aniajulia Posted June 7, 2013 Share Posted June 7, 2013 Witam, Pojawił mi się błąd 500 Internal Server Error. Najpewniej jest to problem z plikiem .htaccess Log błędu to: Fri Jun 07 17:40:17 2013] [alert] [client 93.154.176.81] /home/pw180162/public_html/.htaccess: Invalid command '\xef\xbb\xbf#################################################################', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.ekardigan.pl/ Plik .htaccess ################################################################# # Modyfikacja zmiennych PHP # # Przykładowe włączenie zmiennej register_global # # W celu aktywacji należy usunąć znak komentarza '#' z początku # # Zmienna zostanie aktywowana w ciągu kilku minut od zmiany # ################################################################# <IfModule Mod_php.c> #php_value register_global 1 </IfModule> # ~~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> RewriteEngine on RewriteCond %{HTTP_HOST} ^www.ekardigan.pl$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,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 Oglądałam go na wszystkie możliwe strony, i nie widzę błędu. Może ktoś ma pomysł co mogło się zepsuć? Pozdrawiam Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now