[ 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)