mod_rewrite again and general question for adding it into apache-special
Hi folks,
i used search for hours now, but did not find a answer to my question, I hope someone can help me:
I am Using Wordpress for some of my clients
Now I want to set up the following
in Sites > Optionen > Apache Direktiven
I wrote:
<IfModule mod_rewrite.c>
<Directory /var/www/[sitename]/web/>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</Directory>
</IfModule>
Does ISPConfig insert the Sitename automatically (as a VARIABLE) if I write [sitename] or do I have to write the sitename in format domain.tld by myself?
Thanks
Steffan
|
Recent comments
8 hours 4 min ago
9 hours 3 min ago
12 hours 50 min ago
14 hours 4 min ago
17 hours 41 min ago
1 day 56 min ago
1 day 9 hours ago
1 day 11 hours ago
2 days 2 hours ago
2 days 4 hours ago