Changeset 7638
- Timestamp:
- 02/27/08 22:00:15 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/generator/skeleton/project/web/.htaccess
r7106 r7638 21 21 RewriteRule ^(.*)$ index.php [QSA,L] 22 22 </IfModule> 23 24 # big crash from our front web controller25 ErrorDocument 500 "<h2>Application error</h2>symfony application failed to start properly"