Re: [users@httpd] Apache website conversion from alias to virtualhost

2022-06-14 Thread Thomas WILLIAMSON
homas -- Thomas WILLIAMSON • Technicien Systèmes et réseaux *Tél.* 05 49 61 25 25 (*interne *: 2235) *Eaux de Vienne - Siveer* • 55 rue de Bonneuil-Matours • 86000 Poitiers Le mer. 8 juin 2022 à 18:18, Tom Browder a écrit : > On Wed, Jun 8, 2022 at 07:12 Thomas WILLIAMSON <

Re: [users@httpd] Apache website conversion from alias to virtualhost

2022-06-08 Thread Thomas WILLIAMSON
option didn't occur in my config files). But to be honest, I didn't exactly understand the issue, as I lack enough time to properly learn Apache configuration basics. I thank you all for precious help! Thomas -- Thomas WILLIAMSON • Technicien Systèmes et réseaux *Tél.* 05 49 61 25 25

Re: [users@httpd] Apache website conversion from alias to virtualhost

2022-06-08 Thread Thomas WILLIAMSON
: > /var/www/BaseCollDev/public/ Any idea? Thomas -- Thomas WILLIAMSON • Technicien Systèmes et réseaux *Tél.* 05 49 61 25 25 (*interne *: 2235) *Eaux de Vienne - Siveer* • 55 rue de Bonneuil-Matours • 86000 Poitiers Le mer. 8 juin 2022 à 14:40, Thomas WILLIAMSON a écrit : > Hello

Re: [users@httpd] Apache website conversion from alias to virtualhost

2022-06-08 Thread Thomas WILLIAMSON
Hello, Thank you for such a quick response! Modifying this option in file /etc/apache2/default-server.conf within returns a prohibited access (403 error) page: [image: image.png] -- Thomas WILLIAMSON • Technicien Systèmes et réseaux *Tél.* 05 49 61 25 25 (*interne *: 2235) *Eaux de Vienne

[users@httpd] Apache website conversion from alias to virtualhost

2022-06-08 Thread Thomas WILLIAMSON
* - [E=BASE:%1] > RewriteCond %{HTTP:Authorization} .+ > RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0] > RewriteCond %{ENV:REDIRECT_STATUS} ="" > RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L] > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^ %{ENV:BASE}/index.php [L] > > > > RedirectMatch 307 ^/$ /index.php/ > > Please note this case has been described here <https://stackoverflow.com/questions/72487821/apache-website-conversion-from-alias-to-virtualhost> but has not received any help so far. -- Thomas WILLIAMSON • Technicien Systèmes et réseaux *Tél.* 05 49 61 25 25 (*interne *: 2235) *Eaux de Vienne - Siveer* • 55 rue de Bonneuil-Matours • 86000 Poitiers