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

error 404 index click | Forum

Jhon J
Jhon J Jul 4 '12

hello good I hope someone can help me with this error, the problem is when I click on link that brings me the index page,

  as shown in the picture I hope someone can give me the answer thanks

Attachments:
  index2.png (19.44Kb)
Kurt
Kurt Jul 5 '12
Hey JonhJ


I was sort of having the same problem. I had a custom landing page that, after sign in would re-direct to the index page. After the 1.4.0 update I got the 404 error, page does not exist when I logged in from that custom landing page only.


So I realized the problem was somewhere in the custom landing page I created. I checked and checked and I eventually found what was wrong. My custom landing page had a slideshow on it. The 1.4.0 update somehow was in conflict with the j query code I had for the custom landing page slideshow.


I removed that code and experimented with a javascript slideshow code instead and it worked fine. Since then I have placed my index page as the direct landing page until I rebuild another custom landing page.


Don't know if that helps but it was the cause of my 404 error problem. Check your custom pages etc. if you have any and remove the codes and see what happens.


Best Regards

Kurt

Jhon J
Jhon J Jul 5 '12

hi kurt


thanks for your answer but the truth is not understood very well the question is that since installing 1.4.0 oxwall I could not access my page "index".


understanding according to your error message comes from a custom code in index page but that page is as it comes by default and is only displayed when a visitor enters the main page, after logging in and can not go to it so that page has no custom modification,


if you want you can check to come to my page http://cucutavirtual.com/red

and see the home page but if you register and login. can no longer go to the index page so I could modify it in any way,


I think I may have to do with. htaccess but do not know much of this


if you can give me better information would be helpful.

thanks

Michael I.
Michael I. Jul 6 '12
Did you have the 404 error right after installing Oxwall or after some modifications?
Jhon J
Jhon J Jul 6 '12
the error is from the beginning oxwall newly installed, I'll do a new install to see what happens but I think that it is not, although the modification was only when an error uploading images and delete the htaccess due to the Folder active members who upload files
Jhon J
Jhon J Jul 6 '12
well hello I made a new installation and error is the same, the default, ie without any modification the error persists
Chris
Chris Aug 17 '12
I'm having an issue similar to this.  I promoted my site to the primary domain, and I had set up a standard text splash page, and now when I go to http://www.thirstgang.com i see http://www.thirstgang.com/splash-screen?back_uri= 404 Error File Not FoundThe page you are looking for might have been removed, 
had its name changed, or is temporarily unavailable


how do I get past that to the main site to disable the splash page?

Michael I.
Michael I. Aug 18 '12
Hey Chris, your website just opened up perfectly for me. Did you manage to resolve the issue?
Michael Brown
Michael Brown May 12 '13
I am having the same issues. 

My entire site works great, fresh install, but

http://ugcgaming.us/index

does not work. 404 error.

Does anyone know the fix?

I would be forever grateful!




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} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php


The Forum post is edited by Michael Brown May 12 '13
Alia Team
Alia May 14 '13
Michael, can you make sure that mod_rewrite is enabled and configured properly on your server.

Can you also, just in case, check your server's error logs and let me know what they say?
Michael Brown
Michael Brown May 14 '13
Thank you Aliia for the fast response.

mod_rewrite is good to go.

The rest of the website runs fine.

All my other websites run with now problems. All on this same server.

It's just http://ugcgaming.us/index

I cleaned out the error log. Restarted Apache.

This is the only error showing up that looks to be related.


"[Tue May 14 08:54:59 2013] [error] [client 205.144.217.34] Negotiation: discovered file(s) matching request: /var/www/main/index (None could be negotiated)."


Thank you very much for your help.


"[Tue May 14 08:57:57 2013] [error] [client 205.144.217.34] Negotiation: discovered file(s) matching request: /var/www/main/index (None could be negotiated)., referer: http://www.oxwall.org/forum/topic/4887?page=1"


The Forum post is edited by Michael Brown May 14 '13
Michael Brown
Michael Brown May 14 '13
Thank you Aliia for making me check the error logs

I feel stupid for not doing that myself


Thanks to Negotiation: Discovered File(s) Matching Request: None Could Be Negotiated


I figured out the problem and have fixed it. 

Multiviews seemed to be the problem.


Thank you again very much.

Alia Team
Alia May 21 '13
You are welcome...even though you did everything yourself ))
Yevhen
Yevhen Aug 19 '15
Cool! I had the same problem!
v - solved!