• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Home error 404

Started by janixpl,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

janixplTopic starter

after entering the home page sometimes an error

PHPVibe 4.21



where is the cause ?

my htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^index\.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>
  •  

sikor

  •  

nguyenhuy

This also happen to me. I fixed it by the way delete videos which just updated and clear cache. But don't know why it happen.
  •  

Similar topics (7)