Note that there are some explanatory texts on larger screens.

plurals
  1. POvHost RewriteRule is creating a 500 Error
    text
    copied!<p>Below you will find my current vHost entry that I am using for a site that I currently have under development. This vHost entry works fine when I have it on my local machine, but when I push my code to my staging server that is running this same vHost record I receive a 500 Internal Server error.</p> <p>The machine I'm running this vHost on is running Apache 2.2.9 (Debian).</p> <pre><code>&lt;VirtualHost 206.217.196.61:80&gt; SuExecUserGroup 13labs 13labs ServerAdmin aellis@1three.com ServerName admin.13labs.net ServerAlias admin.13labs.net DirectoryIndex index.php DocumentRoot /var/www/13labs.net/html/admin/ ErrorLog /var/www/13labs.net/logs/error.log # Hide .svn Directories &lt;DirectoryMatch "\.svn"&gt; Order deny,allow deny from all &lt;/DirectoryMatch&gt; # FastCGI Alias /fcgi-bin/ /var/www/13labs.net/fcgi-bin/ AddHandler php-fastcgi .php AddType application/x-httpd-php .php Action php-fastcgi /fcgi-bin/admin-php.fcgi &lt;Directory /var/www/13labs.net/fcgi-bin/&gt; SetHandler fcgid-script AllowOverride None Options -Indexes +ExecCGI -FollowSymlinks -SymLinksIfOwnerMatch Order allow,deny Allow from all &lt;/Directory&gt; &lt;Directory /var/www/13labs.net/html/admin/&gt; AllowOverride None Options -Indexes -FollowSymlinks -SymLinksIfOwnerMatch FileETag All &lt;/Directory&gt; # Rewrite Logic RewriteEngine On RewriteCond %{REQUEST_FILENAME} !\.(gif|jpe?g|png|js|css|swf|php|ico|txt|pdf)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^/(.+)$ /index.php/$1 [PT,QSA,L] </code></pre> <p></p> <p>Thanks for any help that you can provide.</p> <p>Best regards,<br> Andrew</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload