I get not errors when I run deploy:web:disable. It appears to be
creating the maintenance.html page.
I've placed this .htaccess in my current/public

RewriteEngine On

RewriteCond %{REQUEST_URI} !\.(css|jpg|png)$
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteRule ^.*$ /system/maintenance.html [L]

I have this for my virtual host.

<VirtualHost *:80>

  ServerName  markadee.com
  ServerAlias www.markadee.com

  DocumentRoot /home/monsterman/public_html/markadee/current/public

  <Directory "home/monsterman/public_html/markadee/current/public">
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>

</VirtualHost>

I've enabled mod rewrite. Any ideas for debugging? I tried throwing
random text in my .htaccess file to see if would turn up an error but
it didn't
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to