RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
env.php

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
malo123



Joined: 21 Aug 2009
Posts: 1

PostPosted: Aug 22, 2009 5:12 pm    Post subject: env.php Reply with quote

After installation try to open env.php which is in FileServer files folder in browser - it should show you error or source code.
If you see full path, then check that you've moved .htaccess to FileServer htdocs folder.
When you make sure PHP files are forbidden, delete env.php

i did that but it is still showing me the path?

can someone help?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Aug 24, 2009 12:09 pm    Post subject: Reply with quote

Mean directives in .htaccess were unable to disable PHP execution.
Use these directly in apache config for files folder:
Code:
<IfModule mod_php4.c>
   php_flag engine off
</IfModule>
<IfModule mod_php5.c>
   php_flag engine off
</IfModule>


or contact your server administrator to disable PHP execution in files folder.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group