%PDF- %PDF-
| Direktori : /etc/apache2/sites-available/ |
| Current File : //etc/apache2/sites-available/radios.pamafa.com.br.conf |
<VirtualHost *:80>
ServerName radios.pamafa.com.br
ServerAdmin webmaster@ongrace.com
DocumentRoot /var/www/projetos/formularios/radios
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/projetos/formularios/radios>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} =radios.pamafa.com.br
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet