Na razie mam takie coś:
Kod
RewriteEngine On
RewriteBase /
RewriteRule ^(.*?)$ site/$1 [L]
RewriteBase /
RewriteRule ^(.*?)$ site/$1 [L]
Pokazuje (w tytule strony 403 Forbidden):
Cytat
You don't have permission to access /site/redirect:/site/index.php on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Skąd ono bierze to pogrubione?Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Jak wchodzę na http://localhost/index, to pokazuje ten błąd, na http://localhost/index.php lub http://localhost/, error 500.
Co zrobić, aby działało?