phpsuexec problem

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://abada-capoeira.gr
PHP Version:
MySQL Version:
What was done before the problem appeared?
The hosting server installed the phpsuexec
What was done to try to solve the problem?
I have changed the folders permissions from 777 to 755. I have also removed from .htaccess the following lines and put them into a php.ini file
<Limit>
order deny,allow
deny from all
allow from all
</Limit>
<Limit>
order deny,allow
deny from all
</Limit>
De.scription and Message
After the phpsuexec was installed in my hosting server my web site is not working anymore. I have contact with them and read the forum here and made the appropriate changes such as chmod the folders from 777 to 755. I have also removed the directives from the .htaccess and put them into a php.ini file but still is not working. But what i dont understand is that the integramod files are not placed into the public_html folder. In other words the http://www.abada-capoeira.gr it takes you to the public_html folder where it has the .htaccess and an index.html file which will direct you to the main site which is placed in another folder /public_html/IM141. My question is why i get the error before even entering to the main site? Is the problem placed in the .htacess file? Below is my .htaccess file
Maybe i have to removed a line and put it into the php.ini file?
Do i have to chmod as well the 666 files(those i did during installation) to 646?
Thanx in advance
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://abada-capoeira.gr
PHP Version:
MySQL Version:
What was done before the problem appeared?
The hosting server installed the phpsuexec
What was done to try to solve the problem?
I have changed the folders permissions from 777 to 755. I have also removed from .htaccess the following lines and put them into a php.ini file
<Limit>
order deny,allow
deny from all
allow from all
</Limit>
<Limit>
order deny,allow
deny from all
</Limit>
De.scription and Message
After the phpsuexec was installed in my hosting server my web site is not working anymore. I have contact with them and read the forum here and made the appropriate changes such as chmod the folders from 777 to 755. I have also removed the directives from the .htaccess and put them into a php.ini file but still is not working. But what i dont understand is that the integramod files are not placed into the public_html folder. In other words the http://www.abada-capoeira.gr it takes you to the public_html folder where it has the .htaccess and an index.html file which will direct you to the main site which is placed in another folder /public_html/IM141. My question is why i get the error before even entering to the main site? Is the problem placed in the .htacess file? Below is my .htaccess file
- Code: Select all
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* php_value memory_limit "16M" AuthName [url=http]http://www.abada-capoeira.grAuthUserFile[/url] /home/nikoz/public_html/_vti_pvt/service.pwd AuthGroupFile /home/nikoz/public_html/_vti_pvt/service.grp
Maybe i have to removed a line and put it into the php.ini file?
Do i have to chmod as well the 666 files(those i did during installation) to 646?
Thanx in advance