After making a manual installation of oxwall, I have the problem that there are no styles and templates on my website.
I searched in older post and I did what they said:
- check permissions of folders
- check that the css files exist
- turn on the debug mode
- check the .htaccess file
then I enter in my config.php and change this line:
define('OW_URL_HOME', '***/oxwall/index.php');
for this:
define('OW_URL_HOME', '***/oxwall/');
Then I see the styles and templates in the main page, but everything else have the 404 error (before I change this line I can browse).
This is my htaccess:
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>
RewriteCond %{REQUEST_URI} !^/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/RewriteCond %{REQUEST_URI} !/ow_cron/run\.phpRewriteCond %{REQUEST_URI} !/e500\.php#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw$RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\$RewriteRule (.*) index.php
I have my own apache server, can you help me? I´m stuck with this.
My domain:
http://***/oxwall/
I don´t show my IP for safety issues. send private if you want to access de domain