Gebruikershulpmiddelen

Site-hulpmiddelen


web_apache

Dit is een oude revisie van het document!


Apache Webserver

enable mod_rewrite in apache2.2 (debian/ubuntu)

on current debian system you can enable mod_rewrite with simple command

a2enmod rewrite

Rewriting in Virtual Hosts

By default, mod_rewrite configuration settings from the main server context are not inherited by virtual hosts. To make the main server settings apply to virtual hosts, you must place the following directives in each <VirtualHost> section:

RewriteEngine On
RewriteOptions Inherit

Redirect van URL

web_apache.1563984884.txt.gz ยท Laatst gewijzigd: 2019/07/24 18:14 door 127.0.0.1