Main Url

xefi123 / 2013-09-05 15:34:53   

Hi, my website is fxfoillard.com
I've just been updating Indexhibit from v0.70 to 2.0
Here is my problem:
When I try to reach the main address by entering the url in the address bar,
i get "Not found".
If I try with google for example, it gives me acess to every exhibit separately.
Is that anything to do with Clean url? I tryed everything I could with mod_rewrite,
including your tutorial. Nothing works...
Thank's a lot if you can help!
fx

arsondpi / 2013-09-05 15:50:09   

Check if you are missing files. Is the .htaccess file renamed with a dot in the front?
Have you tried Publishing Off and On each exhibit? Sometimes when updating from a Legacy theme you need to do this.
Last but not least when clicking your logo/name in the index it's linked to this url and not to the root domain name: fxfoillard.com/index.php/projects/
Also I see that you're using a space in your theme: fx test 3
Rename it to fx_test_3 as spaces are not web friendly and may cause problems.

xefi123 / 2013-09-06 08:41:23   

Hi arsondpi, thank's for answering.
I checked and no files seems to be missing. I just note that I have both
"ndxz-studio" and "ndxzstudio" folders in "www".
I have also both htaccess and .htaccess in "www".
I tried to Publish off and on again every exhibit and nothing changes.
I linked my logo to fxfoillard.com/index.php/projects/ because fxfoillard.com/index.php/ gives me a "Not found" page.
I also renamed my theme without spaces.
No changes for the moment...

arsondpi / 2013-09-06 13:18:02   

I have also both htaccess and .htaccess in "www".

You should have one .htaccess file and that would be the most updated one.

xefi123 / 2013-09-06 13:47:28   

My .htaccess file contains:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.+) /index.php

(I also tried without "/" before index.php)

If I change modrewrite to "true" in ndxzsite/config/options.php,
here is what I get:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homez.513/fxfoilla/www/ndxzstudio/lib/cache.php on line 5

xefi123 / 2013-09-06 20:20:58   

Ok, sorry arsondpi, I did not read you answer correctly.
When I keep only the .htaccess, everything stops working
(Even when following every step of Enable Clean URLs tutorial)
I get a page like this:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homez.513/fxfoilla/www/ndxzstudio/lib/core.php on line 13
Thank's again for you time

This thread has been closed, thank you.