Skip to content

Instantly share code, notes, and snippets.

@andrewdunndev
Created March 18, 2011 16:15
Show Gist options
  • Select an option

  • Save andrewdunndev/876351 to your computer and use it in GitHub Desktop.

Select an option

Save andrewdunndev/876351 to your computer and use it in GitHub Desktop.
se.detroithifi.com htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
@andrewdunndev
Copy link
Author

[Fri Mar 18 16:19:37 2011] [error] [client 75.72.32.5] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/, referer: http://se.detroithifi.com/?page_id
=7
[Fri Mar 18 16:19:37 2011] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.7 with Suhosin-Patch configured -- resuming normal operations
[Fri Mar 18 16:19:38 2011] [error] [client 99.21.124.167] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/
[Fri Mar 18 16:19:39 2011] [error] [client 75.72.32.5] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/
[Fri Mar 18 16:19:41 2011] [error] [client 99.21.124.167] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/
[Fri Mar 18 16:19:42 2011] [error] [client 99.21.124.167] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/
[Fri Mar 18 16:19:42 2011] [error] [client 75.72.32.5] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/
[Fri Mar 18 16:19:59 2011] [error] [client 71.238.29.251] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/detroithifi.com/se/wp-content/uploads/2011/03/harbeth.png, re
ferer: http://se.detroithifi.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment