• 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 1 Guest 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)