Everything works EXCEPT the "Main" menu link.
Is there an easy fix for this?
Thanks.
Everything works EXCEPT the "Main" menu link.
Is there an easy fix for this?
Thanks.
The "Main" link returns
which produces a 404 Not Found page.
I do not have this issue with Oxwall installs on other hosts, so it must be a server configuration issue. I suspect a change in .htaccess may fix it, but I don't know how to do it.
Anyone?
They won't change it. (Shared server)
Would it be hard to modify the source? I don't know where to look. I think the problem is it has to be called something other than 'index'.
I changed the server, installed Oxwall but the MAIN page does not work, but only if I click the logo the main page works and still custonize page in main even works ... help me this is the url: http://www.2d3d.it/2d3d1/
what is your php version?
does the server meet the specs here (right side of page)?
https://developers.oxwall.com/hosting
What version of Oxwall please?
What system are you running this on please?
Check your htaccess as well.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://m.addthis.com/...re%2Cpinterest_share. (Reason: CORS header 'Access-Control-Allow-Origin' does not match '*'). <unknown>
please provide the content of your .htaccess file in the root of the software.
what you have as a home URI in the ow_includes/config.php file?
Oxwall 1.8.2
Hosting Linux
I try turning off the sharing plugin and anything facebook or twitter...but is same... :(
htaccess:
# 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} !/e500\.php
RewriteCond %{REQUEST_URI} !/captcha\.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
HELP ME PLEASE :(
home URI in the ow_includes/config.php file:
<?php
define('OW_URL_HOME', 'http://www.2d3d.it/2d3d1/');
Versione PHP: PHP Version 5.4.16
Thread Safety disabled
PHP Version 5.4.16
memory_limit512M 512M
upload_max_file size 500M 500M
GD Supportenabled
GD Versionbundled (2.1.0 compatible)