08-05-2024, 14:36
(Ten post był ostatnio modyfikowany: 08-05-2024, 14:58 przez Franektoube.)
0
Dzień dobry
mam pytanie jak mam skonfigurować server apache żeby pliki strony były np. w katalogu /home/server/Dokumenty/website/
i aby działało przekierowywanie na podstrony z pliku .htaccess? prosiłbym o to aby w odpowiedźi podawać komendy
Konfiguracje mam taką znalazłem w necie:
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName franektoube.pl
ServerAlias www.franektoube.pl
DocumentRoot /home/server/website/
<Directory /home/server/website/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/franektoube_error.log
CustomLog ${APACHE_LOG_DIR}/franektoube_access.log combined
</VirtualHost>
i nie działa nadal 403 forbiden
mam pytanie jak mam skonfigurować server apache żeby pliki strony były np. w katalogu /home/server/Dokumenty/website/
i aby działało przekierowywanie na podstrony z pliku .htaccess? prosiłbym o to aby w odpowiedźi podawać komendy
Konfiguracje mam taką znalazłem w necie:
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName franektoube.pl
ServerAlias www.franektoube.pl
DocumentRoot /home/server/website/
<Directory /home/server/website/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/franektoube_error.log
CustomLog ${APACHE_LOG_DIR}/franektoube_access.log combined
</VirtualHost>
i nie działa nadal 403 forbiden