unknown site adress

xefi123 / 2015-01-22 15:22:53   

Hello,

I have a problem with my main site adress fxfoillard.com/
It does not go anywhere ("not found").
I must pass by one of the sections created to get my site accessible: fxfoillard.com/index.php/about/
Do you have any idea of what is going on?
Thanks a lot for your help!

Vaska A / 2015-01-22 16:28:26   

Could be a few things...

- delete the .htaccess file from your site since you aren't using it
- weird permissions (make sure that file is 0644)
- your host has some strange setup (no idea about that)

xefi123 / 2015-01-22 17:35:36   

Hello Vaska, thanks for your answer.

-when I delete the .htaccess file, I get this on my page:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/fxfoilla/www/ndxzstudio/lib/cache.php on line 5

-is permission 0644 must be set on my "www" root folder?

Vaska A / 2015-01-22 17:47:08   

Oi vey...that means that PHP is not enabled. So, you need to put that file back.

Which leads me to believe there were other strange rules in your .htaccess file.

Upload the one you got from our files - then ask your host what needs to be added to re-enable PHP on your server. See how that goes...

xefi123 / 2015-01-22 18:06:01   

Ok, thanks a lot Vaska. I'll ask my host!

For information, here is what I have in my .htaccess file:
SetEnv PHP_VER 5_TEST
SetEnv REGISTER_GLOBALS 0
I tried once to replace it by the original htaccess rule but it doesn't work more...

xefi123 / 2015-01-25 21:06:06   

Hi Vaska,
after adding a little PHP script from my host, everything works better than never!
Thank's a lot for your help!!

This thread has been closed, thank you.