• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] phpvibe setup Not Found ?

Started by matrak,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matrakTopic starter

I installed.
Home open. Other pages are closed. Why is that.
www.matraktv.com
  •  

PHPVibe A.


matrakTopic starter

  •  

matrakTopic starter

please
Send me a .. htaccess file. (download file)
. htaccess: where to add. ?
  •  

PHPVibe A.

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>

Similar topics (7)