• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] The requested URL /login/ was not found on this server.

Started by LabLyfe,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

LabLyfeTopic starter

  •  

LabLyfeTopic starter

  •  

Marius P.

Hi, have you read the installation tutorial? It's all you need.

Quote1. Links/login/pages not working:
– Make sure you upload and overwrite the .htaccess file in the PHPVibe root.
– Make sure you use Apache (else rewrite the rules for your server via a tool online) and that mod_rewrite works (AllowOverride check)
– Make sure if you upload it in a folder that you change the RewriteBase / to /your-folder-name in the main .htaccess file, and then under Administration -> Settings -> Permalinks you add your folder name as BasePath for the links.

http://www.phpvibe.com/installing-phpvibe/
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!
  •  

nonplayer

Quote from: LabLyfe on
Been trying to setup for hours help please...
setup your .htaccess and apache conf

chmod 777 -R moderator/*

chmod 777 -R cache/*

chown -R www-data:www-data /var/www/yourpath/tohtmldir/*
  •  

LabLyfeTopic starter

my .htacces file was missing how should I write it getting a 500 error with:

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

  •  

Marius P.

Try

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



But, you should ask your server administrator this, since every config is different, and he may know what this triggers on your server.
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: 37317

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 68745

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 48282

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 20696

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

Started by spirog


Replies: 4
Views: 3860

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3963

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

Started by spirog


Replies: 3
Views: 3978