• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Page 404 Error! v3.3

Started by MDevi,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MDeviTopic starter

Marius, where is the pages? :( can you help me?

  •  

Marius P.

You don't have the .htaccess file in root.
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!
  •  

MDeviTopic starter

  •  

Marius P.

It's in the pack.


Minimal:


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



Full (edit to your url and redirect rule):



AddType video/mp4             .mp4
AddType video/webm            .webm
AddType video/ogg             .ogv
AddType application/x-mpegurl .m3u8
AddType video/mp2t            .ts
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^uploads - [L,NC]
RewriteCond %{HTTP_HOST} ^videosqq.com
RewriteRule (.*) http://www.videosqq.com/$1 [R=301,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>
php_value post_max_size 30000M
php_value upload_max_filesize 30000M
php_value max_execution_time 20000
php_value max_input_time 20000
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>






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)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 38675

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 69790

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 49839

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 3866

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 21821

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 4850

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 4990