View Single Post
  #25  
Unread 25th March, 2012, 09:41 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Default

doesn't seem to be working Skills...

RedirectToURL=http://news.ut-files.com/redirect/get.php

no go;

Assume that you configured it;

$sources[0] = array('http://uz.ut-files.com','H');

Also the .htaccess stuff wouldn't apply as the script is hosted elsewhere.

if you had the script in the actual redirect folder then I think you'd change it like so;

$sources[0] = array('http://uz.ut-files.com','L');

and use the .htaccess ...

Code:
Options +FollowSymlinks All -Indexes
order deny,allow
RewriteEngine on 
RewriteRule  ^(.*)\.uz$ get.php?$1 [PT]

Last edited by back4more : 25th March, 2012 at 09:48 PM. Reason: re: .htaccess > not sure if ^ would break normal Redirect though.
Reply With Quote