Hi all,
i have the problem with "Main" page, after installation.
My test site: http://www.webeasyit.it/comunity/
When i try to go at main page, it's doesn't work and give me error 404.
I have try to modify htaccess like this:
##Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteCond %{REQUEST_URI} !/comunity/
RewriteRule (.*) index.php
But all page make error 404..
Now the htaccess don't have that "RewriteCond %{REQUEST_URI} !/comunity/"
So, i have try to make CHMOD at index.php 644, but the server give me error 505!
Please help, how i can resolve it?