i installed this DownloadsII Mod check the below link http://www.mknexusonline.com/forums/downloads.php now actully i want this url like this http://www.mknexusonline.com/downloads.php plz someone knows how to do this
You could do a few things... Move the script and edit the code to point to the vb data. You could do a PHP redirect on downloads.php to go to: /forums/downloads.php like this: <?php header("Location: http://www.yoursite.com/forums/downloads.php"); /* Redirect browser */ ?> Code (markup): Make sure the above code is at the very top of the PHP file you place it in. The other option maybe to use mod_rewrite with a htaccess file. I'm not a pro on it, but I'm pretty sure it can be done. Good luck. Mark