• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] i installed phpvide and nothing work beside the index pag

Started by flixplus,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flixplusTopic starter

I need help i already installed and follow the instruction on how to installed properly, after finish installed the only page that work is the index page. I try to login and don't work. try to go to any other page and don't work. Can anybody help me.

Thanks
  •  

mihai

  •  

flixplusTopic starter

the page link http://flixplus.com

thats the page that work, if you click any other page won't work.

Thanks
  •  

Marius P.

Hi,

Do you have mod_rewrite enabled?
Is so, you are missing the .htaccess file (first point in documentation after installation).
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!
  •  

Marius P.

Quote from: Alexander on
The .htaccess is in the folder in the pack (main folder, next to load.php)
content looks like:

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

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)