Options +FollowSymLinksRewriteEngine On
AddEncoding gzip .gzAddEncoding gzip .gzip<FilesMatch "\.(js.gz|js.gzip)$"> ForceType text/javascript</FilesMatch><FilesMatch "\.(css.gz|css.gzip)$"> ForceType text/css</FilesMatch>
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 %{THE_REQUEST} ^.*/index.html
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]
RewriteRule (.*) index.php
at least, the default .htaccess file.
Please paste it instead of current content and check if the error with 404 page not found still persists.
See my reply above
can you paste here you config.php file please?
this line: define('OW_URL_HOME', 'http://localhost/index.php/'); it should be just http://localhost/That resolved the issue!
this line: define('OW_URL_HOME', 'http://localhost/index.php/'); it should be just http://localhost/That resolved the issue!
Pay attention, it was generated by the installation process, I didn't make any change.
Thank you very much,
Dan