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
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
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
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
how do I get past that to the main site to disable the splash page?
My entire site works great, fresh install, but
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
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"
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.