I have just installed zenphoto on my server but on the setup page I am getting this error:
"Server seems not to be Apache or Apache-compatible, skipping .htaccess test"
Also the .htaccess file seems to delete itself from my server when i go back into the ftp.
Can anyone help please
http://www.blueamigo.co.uk/zenphoto/zp-core/setup.php
Comments
The two messages you received are just warnings--press the GO button.
It just stayed on the same screen
The htaccess file there or not, it still doesn't respond
Find the lines which read:
`
<?php<br />
if (!$checked) {`
Add in after the `<?php` line:
`echo "<br/>$_GET array ";print_r($_GET);`
This will print out the parameters from the query string that were passed.
Also i have just found out that my server has zeus software installed. do you think this is the problem?
But I tried opening the zp-core folder, i removed setup.php from the url and it automatically opened the admin area.
I assume thats where it was supposed to take me after clicking GO. Is that correct?