Hi,

All I can get is a white screen when trying the framework. I have a
.htaccess and it does appear to be working as I can cause 500 server errors
when I chuck in some random text.

Here is is anyway:-

RewriteEngine on
RewriteBase /zend/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php

# Security: Don't allow browsing of directorie
Options -Indexes
Options +FollowSymLinks

# PHP settings
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag short_open_tag on

I have ZF working on my works pc with this .htaccess. I have copied a
working ZF test from the same pc, yet on my mac I get a blank screen.

Please could someone shed some light :)

Cheers


-- 
View this message in context: 
http://www.nabble.com/White---Blank-Screen-when-using-MAMP-tp20668583p20668583.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to