• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] OOPS! PAGE NOT FOUND

Started by ender3445,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

ender3445Topic starter

Hi
sometimes does not open the site

error

404
OOPS! PAGE NOT FOUND

This problem causes
  •  

demonguru18

I have the same problem mario some times i get that error
I am fan of PHP Vibe
  •  

ender3445Topic starter

  •  

Marius P.

Do you guys have mod_security enabled? It can conflict with mcrypt for the cookies and kill you 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!
  •  

ender3445Topic starter

hello again mario

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>

do you have any problems
  •  

Marius P.

Are allowed to overwrite the mod_sec rules? Because if you don't, those rules are pointless and noneffective.
Also, what version you use? What's the server's load? What's the sql load? Ever have optimized/fixed the database since setup?
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!
  •  

ender3445Topic starter

 I think I have the mod_sec overwriting authorization.I have the Server use an unshared archive And the version is the latest 3.6

server provider arvixe.com (reseller)
I did not do any editing mysql and database
  •  

Marius P.

They have mod_sec enabled, if you search arvixe in the search forum, you'll find you are not the first to have problem on their hosting.
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!
  •  

Similar topics (7)