Parašė grusius amg· 2014 Rugs. 9 07:09:59
#1
sveiki.
noreciau padaryt kad tam tikrus puslapius matytu tik tam tikros nariu grupes
pas pas manes
PHP fusion 7.02.07
turiu koda tam tikriems nariams galit padet perdaryt ji
RewriteEngine On
RewriteCond %{REMOTE_USER} !^bandymas
RewriteRule . <a href='http://yourdomain.com/error.htm' target='_blank'><span style='color:005C5B'>http://yourdomain.com/error.htm</span></a> [L]
<?php
$directory = $_SERVER['REMOTE_USER'];
if (file_exists($directory)) {
header('Location: <a href='http://mano.hostfree.lt/contact.php');' target='_blank'><span style='color:005C5B'>http://mano.hostfree.lt/contact....</span></a>
} else {
header('Location: <a href='http://mano.hostfree.lt/viewpage.php?page_id=2');' target='_blank'><span style='color:005C5B'>http://mano.hostfree.lt/viewpage...d=2');</span></a>
}
?>