2022-03-22 11:19:00 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerAdmin farooqkz@thunix.net
|
|
|
|
ServerName pcworms.ir
|
|
|
|
ServerAlias www.pcworms.ir
|
2022-03-24 11:53:19 +00:00
|
|
|
DocumentRoot /var/www/pcworms.ir
|
2022-03-22 11:19:00 +00:00
|
|
|
ErrorLog /home/farooqkz/.www/error.log
|
|
|
|
CustomLog /home/farooqkz/.www/access.log combined
|
2022-04-06 11:48:50 +00:00
|
|
|
<Directory /var/www/pcworms.ir>
|
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
AllowOverride All
|
|
|
|
Order allow,deny
|
|
|
|
allow from all
|
|
|
|
</Directory>
|
|
|
|
RewriteEngine on
|
2022-03-22 11:19:00 +00:00
|
|
|
</VirtualHost>
|