137
edits
m (→Install a few Perl modules from CPAN: Added Perl modules that were missing on my fresh Jessie install) |
m (→Configure standard Apache 2: Missing rewrite rule for /foundation/) |
||
Line 150: | Line 150: | ||
RewriteCond %{REQUEST_URI} !^/images/ | RewriteCond %{REQUEST_URI} !^/images/ | ||
RewriteCond %{REQUEST_URI} !^/js/ | RewriteCond %{REQUEST_URI} !^/js/ | ||
RewriteCond %{REQUEST_URI} !^/foundation/ | |||
RewriteCond %{REQUEST_URI} !^/rss/ | RewriteCond %{REQUEST_URI} !^/rss/ | ||
RewriteCond %{REQUEST_URI} !^/robots | RewriteCond %{REQUEST_URI} !^/robots |
edits