• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] No .htaccess in phpvibe_pro package

Started by childproof,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

childproofTopic starter

My website isnt working because there is no .htaccess given to me upon my purchase of phpvibe. Where is the latest .htaccess file?
  •  

PHPVibe A.

Hi, just checked, the .htaccess is in the pack. Maybe your file browser doesn't see it because of a config?

Here is the content:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^index\.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>

childproofTopic starter

That didn't work for me. That is that code posted around in the forums.
  •  

PHPVibe A.


Similar topics (7)