Ogólne - Błąd - nie działa forum
bunio11 - 01-03-2014, 19:15 Temat postu: Błąd - nie działa forum Witam, dzisiaj na moim forum wyskoczył taki błąd:
403 Forbidden
You don't have permission to access this document.
Szukałem informacji na ten temat, ale nie mogłem nigdzie znaleźć rozwiązanego tematu.
Proszę o pomoc.
luk19952 - 01-03-2014, 19:50
Witaj.
Spróbuj wywalić z htaccess
Kod: | Options -Indexes
<FilesMatch "sqlite">
Order deny,allow
Deny from all
</FilesMatch> |
bunio11 - 02-03-2014, 16:15
w pliku htaccess mam tylko takie coś:
MaTTis - 02-03-2014, 19:18
Zmień zawartoś pliku .htaccess na ten poniżej:
Kod: | Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
#<FilesMatch "\.(tpl|ini|log)">
# Order deny,allow
# Deny from all
#</FilesMatch>
# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] |
bunio11 - 02-03-2014, 20:09
Dzięki, działa ! : )
|
|
|