may be that with the transition to php latest version configuarazion these have been lost?
I ask this because I have already a site with Oxwall in other folder but also what does not work.
Greetings,
I rename your .htaccess for .htaccess-old.back and your website : http://simosnap.me/testoxwall/ open now.
You should review the conteny of the .htaccess and make some modification to you rewrite rules before rename it.
Feel free to mail us back if you have any questions.
but next all page not found
Regards.
NEW RESPONSE PROVIDER
Greetings,
The mod_rewrite is already enable on your server :
root@server [~]# httpd -l|grep rewrite
mod_rewrite.c
root@server [~]#
For the .htaccess, we rename it to .htaccess-old.back due to the error 500.
You should review the content of your .htaccess, the problem is related to this file.
Best regards.
Request your hosting provider to configure it properly
The most absurd thing before moving on to php utlima version .... ie yesterday
all sites co n Oxwall on the same site but several folders all worked.
So I'm sure the problem and switching to latest version php
I do not think that all configurations have been lost (I mean the server)...
I do not know that they are doing but hopefully solve everything
you can try this solution: http://www.oxwall.org/forum/topic/32271?page=1#post-134496, contact your hosting provider to assist you with that.
RESPONSE PROVIDER
Greetings
We are still working on your issue, but at the moment the problem is related to the rewrite rule in the .htaccess.
We will get back to you as soon we found the problem.
Regards.
MY NOTE
For years with them affordable for dedicated servers. faster and 24 hour support ticket ... They solve all problems always. I have many sites with them. Let's keep our fingers crossed
Greetings,
I fixed your problem, it was related to you .htaccess file.
I rename the .htaccess to .htaccess.back and create a new one with this content :
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} .*/http-bindRewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{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|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]RewriteRule (.*) index.php
Now all your links and pages are working.
Feel free to mail us back if you have any questions.
Regards.SebastienGloboTech Communicationshttps://www.globo.tech/
It says php version required is 5.5 or higher, and current version is 5.4.
What could be the issue?