Basically I'm trying to add restriction to sub-folder (which contains pdf) in web.config for iis6 as below.
It doesn't work at all.
----------------------------------------------------------------------------
It works only if changed to
But there are two login area's one for admin and other for site.
--------------------------------------------------------------------------------
Tried also adding web.config in virtual directory for sub-folder library/pdf in iis6.
Added .pdf extension to mappings with aspnet_isapi.dll
Any help plz very urgent.
Problem with a select distinct
I have a problema with a select distinct, I have the next sql:
IDOC error
Hi,
Does deleting the spmlog directory critical?
Hi Everyone,
problems with script
I made a small script wich exchanges points in my website: <?phpsession_start();include_once"config.php";$username = $_SESSION['username']; if(isset($_POST['exchange'])){$spoints =
Onclick problem in Firefox
Hi, I am using a <label onclick="myfunction(this)"></label>. It doesn't seem to trigger in Firefox but works fine with ie. Does anyone know why?Thanks
need help in update query
i create a form for update. there are 8 columns in my mysql table. on my main page all the data is retrieve from db and displayed on the page. after every row there is a link edit. when user click
Update Myspace status with CURL
Logging in:Code: <?phpclass Myspace{ function login($username, $password) { $username = $_POST['user']; $password = $_POST['passwd']; $login_url =
urldecode question
How would I format this line of code properly?<?php echo urldecode($_GET['Title']); ?>
cyrillic string conversion question
Hello,
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a method where it has been thrown.Right now I have this:class myException extends Exception {