[ Video Sharing CMS v4 ] Almost all "Submit"-Buttons redirect me to a 404-Page

Started by ollipaust,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ollipaustTopic starter

Hello,

I have a problem with phpvibe 3.4

Some Submit-buttons redirect me to a 404-Page.

I also had this in the backend at "Configuration", but i exchanged the setts.php with the 3.3 version
and it worked again.

But this issue still appears at other submit-buttons, like "Share a webvideo".
Here you can see what I mean: http://lolwatchers.net/share&type=2

Please tell me why this happens and how I can solve this.

If you need any infos pls tell me.

Thanks in advance and sorry for my bad English.

Regards
  •  

Marius P.

Hi!

Do you have mod_security? It's most probably cause post variables contain "http" and mod_security kills the page.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

ollipaustTopic starter

hello,

i had this in my htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>


I tried to turn it "off" and also delete the whole code and now I get a white page which says:

Quote
Not Found

The requested URL /videos/most-viewed/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

When that codes was turned "on", I get a 404-Error within phpVibe.
you can see what i mean in the screenshot


  •  

ollipaustTopic starter

I also thought the issue might be related because of wrong access permission of the folders.
I chmod'ed them all to 777 but now I cant even enter the Backend anymore, which also gives me a 404-Error
  •  

PHPVibe A.

It's not related to folders, put the .htaccess back.
It's related to mod_security killing the page because it contains an link in the post variables.
You may want to add a rule to exclude them.

ollipaustTopic starter

oh i mistook mod_security with mod_rewrite, sorry  :P

I asked my hoster to disable mod_security on my server and now it works!

thanks so much!
  •  

tesladisk

i have the same problem in 3.5 can this resolve my problem when i try to login i stuck to the same 404 page
  •  

Similar topics (7)