• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] login re-direct not working

Started by davidelpato,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davidelpatoTopic starter

http://www.thehatching.com/login/ my folder is admin and no re direct

I have this .htacces

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>

Please need Help
  •  

PHPVibe A.


davidelpatoTopic starter

  •  

davidelpatoTopic starter

  •  

PHPVibe A.

Not only that, all pages don't work (sorry I didn't check initially the other rewrited pages to).

Two possible causes: mod_rewrite is not enabled on server and/or AllowOverride it not set to All.

What type of hosting account you have?

Similar topics (7)