Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin info@dhae.dev
- ServerName dhae.dev
- DocumentRoot /var/www/dhae/wordpress
- FileETag MTime Size
- <Directory /var/www/dhae/wordpress/>
- Options Indexes FollowSymLinks Multiviews ExecCGI
- AllowOverride None
- <RequireAll>
- Require all granted
- Require not ip 188.40 46.4 176.9 46.166 46.21 78.46 91.207.7.21 0.0.0.0
- </RequireAll>
- AddDefaultCharset UTF-8
- # BEGIN WordPress
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule . /index.php [L]
- </IfModule>
- # END WordPress
- </Directory>
- ErrorLog /var/log/apache2/dhae_error.log
- LogLevel warn
- CustomLog /var/log/apache2/dhae_access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement