We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

"Main" menu link returns 404 Not Found | Forum

Peter
Peter Jul 29 '12

Everything works EXCEPT the "Main" menu link.


http://jvlog.org/plus


Is there an easy fix for this?


Thanks.


The Forum post is edited by Peter Jul 29 '12
Peter
Peter Aug 1 '12

The "Main" link returns


http://jvlog.org/plus/index


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?




Michael I.
Michael I. Aug 3 '12
Looks like .htaccess issue. I suggest you contacting your hosting company about the rules described in the .htaccess and make sure server is configured properly to work with those rules.
Peter
Peter Aug 9 '12

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'.

Michael I.
Michael I. Aug 13 '12
Modifying the source code would be more difficult than switching to a recommended hosting server.
Sharon
Sharon Sep 1 '12
The Main button works for me only when I am logged out of the Oxwall community on my server. it will appear as www.mysite.com/oxwall/

when I am logged in to the community main shows as a 404 and as www.mysite.com/oxwall/index

How do I fix this?
Michael I.
Michael I. Sep 5 '12
Sharon, can you share your site URL? I would like to reproduce the issue.
vegasgroup
vegasgroup May 17 '16
Help me please :( 

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/

dave Leader
dave May 17 '16
Hi,


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.

The Forum post is edited by dave May 17 '16
dave Leader
dave May 17 '16
here is what i am getting from FF console when i click your main page 


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>



dave Leader
dave May 17 '16
try turning off the sharing plugin and anything facebook or twitter related and see if that helps.
dave Leader
dave May 17 '16
ross will probably say hey just do this lol, easy fix lol..   but i was just reading this to try to learn myself about this  https://www.w3.org/TR/cors/



ross Team
ross May 17 '16
Vegasgroup, 


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? 

vegasgroup
vegasgroup May 18 '16
PHP versione 5.4.16


Oxwall  1.8.2


Hosting Linux


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 :(

The Forum post is edited by vegasgroup May 18 '16
ross Team
ross May 18 '16
what do you have as a home URI in the ow_includes/config.php file? 

and your php should be 5.5 +

The Forum post is edited by ross May 18 '16
vegasgroup
vegasgroup May 18 '16

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)

The Forum post is edited by ross May 18 '16
ross Team
ross May 18 '16
why your Options +FollowSymLinks is commented out in .htaccess? can you uncomment it and see if the issue persists?
vegasgroup
vegasgroup May 18 '16
is the same, the problem is always the same I also cleared the cache :(
ross Team
ross May 18 '16
Well there's something wrong with the mod_rewrite module, it is for some reason not working with our htaccess file. Contact your hosting provider and request to shed some light on the matter. Keep us updated. 
TECHNEO GmbH
TECHNEO GmbH Jul 21 '16
I have new server and problem, too.

I also need a solution.


thx

Pages: 1 2 »