Hi all,
I'm a novice with web servers and Oxwall software.
What I have managed to do is I have rented an Virtual Private Server running CentOS. Also, I've now installed Apache, MySQL (MariaDB) and PHP.
Tried to follow installation instructions from many sources, but I am still stuck with this error message below.
The requested URL /install was not found on this server.
Comes whenever I try to launch the Oxwall install.
My .htaccess file is as follows:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
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_FILENAME}
!-fRewriteCond %{REQUEST_URI}
!^/index\.phpRewriteCond %{REQUEST_URI}
!/ow_updates/index\.phpRewriteCond %{REQUEST_URI}
!/ow_updates/RewriteCond %{REQUEST_URI}
!/ow_cron/run\.phpRewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*)
index.php~
My DocumentRoot is /var/www/html
In httpd.conf I have enabled AllowOverRide all
Any help very much appreciated and please let me know what content would you need to see from my server in order to figure out a solution.
Thank you in advance.