Send Login Via URL That Links To Pw Protected Wiki On Apache

I need to display a URL that links to a password protected wiki (htaccess) on an apache server. I'd like to include the userID and password in the URL so that the user is not prompted for it on the wiki end. If I was linking to another ASP page I could send the login info in the querystring, but how is this done with apache? Is this even possible?

View Replies


ADVERTISEMENT

Logout For Protected Directory Login .

the hosting control panel gives the ability ot make a login for the directory you want to secure , but i want to make a logout for this login , how could this be done ?

View Replies View Related

Protected Folder Login Details

I have a folder that is protected, the users login with their unique
username and password, these are held in a text file.

Is this information logged in a way that I can use the login name as a
variable for use on my page, such as if I login as Jon the page can display
"Logged in: Jon"

View Replies View Related

How Can We Send Email With Links And Images By Using CDOSYS?

I have a CDOSYS mail and it's working ok but it sends plain text massage. But i want to send with images and links. But when i put a link with image in the .HTMLBody field like <a href="http://www.mysite.com/"><img src="file:///C:/My Documents/image.gif" border="0"></a> so, i got an error message.

Microsoft VBScript compilation error '800a0401'

Expected end of statement

/cdo/cdosys.asp, line 41 .....

View Replies View Related

ASP Based WIKI

So far I've only found one, and the site for it is down.

View Replies View Related

Global.asa :: Send The User Back To The Login Page

im tryin to secure my application. i want the application to send the user back to the login page if they have not logged into the system. do i use the global.asa file or is there a simpler way to do this?

View Replies View Related

Protected Download Of Files...

I am creating a series of downloadable articles, career
tools, spreadsheets, etc. However, some of the content is
for "registered" guest. The registrants are stored in a
database and logon.

I want to ensure that someone registered cannot simply
pass someone the path to the files for download. However,
I am not creating an actual system user name for the
folders where the various documents exist.

I don't want someone to logon, retrieve the path to a
file, and be able to send that path or return to that path
without having to logon.

How do I accomplish this?

Consider the following:
serverroot/registeredcontentfolders would be protected by
a single logon name - not accessible via anonymous
access. User's logon to site and I auth them with their
user name but on the server side, auth with the single
account I am establishing for access to the protected
folders.

View Replies View Related

Password Protected Pages

I have a site that is using .asp mainly for SSI. There is a login section where the user types in their login and password, and this allows access to the member area of the site. So far so good. However, once in the member area, the user could bookmark that page and get back to it anytime without having to login again. Therefore, they could just email the link to friends and anybody could access it. (and yes, if they wanted they could email the login and password - but I can't stop that). I have another site that uses a single login/password to access restricted areas, but it's done with .php Any ideas about a quick code insert that could use their login/password to gain access (per session) to a certain file folder.I hope it's not an obvious answer

View Replies View Related

Calling A Protected Page?

How do I call a page in a password protected directory? In other words, I had my admin make a directory protected with authentix and now I want to use a page outside that directory to call a page inside that directory. How can I do this

View Replies View Related

Password Protected Directory

how to password protect a directory (downloads) on a Windows NT Server? UNIX is a breeze. It seems like you need an Act of God to get Windows to do the same?

View Replies View Related

Open ACCESS DB Protected

How can i open an Acces Database protected by password in ASP ? To open a Acces Database without password, my code is :

conn.Open "DBQ=" & Server.MapPath(".") & "d1.mdb" & ";Driver={Microsoft Access Driver (*.mdb)};" ...

View Replies View Related

Protected Directory Redirect

Im running a site on IIS6 and its got a link to a protected directory.. Authentication required, so user enters their username and password and it gives them access to the directory.

now however we want to use the same link but different users.. so whoever clicks the button it prompts for login information but then redirects them to their own directory per their username/password. any ideas for me to investigate ? maybe an index.asp that waits for username and then redirects ? is there a simpler way ?

View Replies View Related

Pass Protected Docs.

I have pass protected files within a directory adequately and included a function that ensures the http_referer is the secured folders index file so that I can be sure the file they are calling is opened up as an include within the index file.

My problem is what if it is a pdf or word doc or pp file. It is a bit of a training directory and they may use various forms of presentations. Now in cold fusion I can control the whole directory by implementing the application.cfm file but I know of no way in asp to do this.

View Replies View Related

Password Protected Area

I have created a password protected area on my website using session variable. I used a pre-programmed package on the internet using ASPLogin not the very expensive company software- another more basic type from another company! A user can log in OK for the first time, however, when he/she next visits within a couple of days or more the login screen says that they are already logged in., and because of this, they cannot log in and have to wait for the session variable to expire.


I am using both Mozilla Firefox and Internet Explorer and both are having the same problem. I am not too sure of what is going wrong here, as ideally, each time they have logged out I would like them to log back in OK again.

View Replies View Related

Create Password Protected Website !

I am trying to create a website where user is required to login first
to view members page.

I want user to come to my website. They can move around in free
sections where I give examples of the lessons that are to be taught.
But if they need to few the whole lesson then I want them to signup
first. Signup is free.

I want to use ASP to do that.

if you know any tutorial or have an example which tells how to do
that, please let me know.

View Replies View Related

Listing All Files In A Protected Directory

I know how i can list and manage files (with the file object) on a normal directory with ASP. But i couldn't find any information on how do i list/work with files which are locaed on a password protected directory (with basick auth). how to make such a task ?

View Replies View Related

Username Lookup For Protected Directories

I need to look up what user name was used to login to a protected directory using ASP.

I don't want to create a login page, etc. It shouldn't be necessary. Only employees who already have user accounts need to log in to the webapp and the protected directory login box is all the security I need. I just need to be able to access the username that they used in my application. Code:

View Replies View Related

Search Engines And Password Protected Pages

I have a client who has repeatedly asked about getting a site-wide search engine for their website. There's arguments for and against, but I'm more worried about the practical aspects of the request.

The site is largely composed of password-protected pages. Member data is stored in an Access database. The pages are all secured by a basic include file that checks against session variables to see if the user is logged in. If "yes," they can see the page. If "no," they are redirected to a login page. Standard stuff.

One of my biggest arguments against the search engines is that since they can't get into the protected pages to index them, those pages will not be included in search results. Since the protected pages make up about 90% of the site, this pretty much renders the search engine useless.

Have any of you encountered a similar situation? Any thoughts on a way for the search engine to index those protected pages?

As far as the search engine goes, I was planning on cheating and using a form that sends requests to a simple google site search (it works surprisingly well on the non-password protected pages), although I'm open to other suggestions if you have any.

View Replies View Related

Recommend Search Engine For Protected Pages?

Can anyone suggest a (preferably site based ) component for searching asp
pages that are protected by sessions?

A client wishes to enable a search that can index pages irrespective of
security.

View Replies View Related

Write To Text File In Password Protected Directory

I have a form mail script that sends an email and then writes to a text file using Server.CreateObject("Scripting.FileSystemObject").

The problem I am having is that the information needs to be saved in a Password Protected Directory. When I try to save the info it gives me a permission denied error.

I had my hosting company change the permission on the directory and the script was working ok but now it isn't.

Is there a way to pass the username and password in the script so I don't have to worry about the hosting company messing this up?

View Replies View Related

Securing A Directory Of Files In A Password Protected Area

I have a client who has a password protected page (via session) that lists a bunch of pdf's. They are a little worried that you are able to browse and see the pdf's via the url without being logged in.

I'm not sure if it's possible or not but is there a way after their username and passord is verified to automatically grant them permisson to view the contents of the pdf directory?

View Replies View Related

Uploading And Processing A Password Protected Word Document With Asp

An ASP page on my IIS server converts an uploaded word document to
HTML, but I'm having a problem with it failing (hanging and popup
requesting password on server!) on password protected word documents.
(web upload, backend processing and web delivery)

I spent the whole day on google to find a solution. What I am looking
for is an asp script or a property that can look at a word document and
just return a yes or no as to whether it is protected, so I can then
refuse to upload it, until the user has removed the protection.

View Replies View Related

Apache

i'm all over the place with my style. I began using IIS, asp, mysql, windows... now im interested in using apache, asp.net, mysql, windows... apache because of the security, mysql because obviously i love it to death, asp.net because it's something new i can learn...windows because im kinda scared of the linux hyped.... is there any fall back to my new config??? ASP.net will work with apache (sooner or later)... read more about it on go-mono.com.

View Replies View Related

ASP & Apache

Develpe a site using ASP and testing it locally using Apache. Unfortunately when it calls the asp files they are only shown as text .... what am i doing wrong? Put when I test the same files in Personal Web Server they work perfectly.

View Replies View Related

IIS Vs Apache

IIS for 2000 Pro and XP pro have some limitations built in.

For example, you can not configure multiple sites, and
they do not support SMTP. Also, the performance may
suffer. I've heard rumors that IIS for Pro/XP is limited
to 10 concurrent users.

You do not need CALs (user licenses) for people accessing
your web site via the internet/intranet. The CALs are for
users connecting locally (via your LAN/WAN). Code:

View Replies View Related

ASP.NET On APACHE

Which version of Apache works (2.0 and higher?) Do you need a certainoperating system? Any additional software needed?

View Replies View Related

Asp On Apache

have problem to install asp on apache 2 Linux.Follow guidelines at URL.I see that mod_perl is working but something wrong with httpd.conf I think.Get error when try to run

<Files ~ (^.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>

Have Perl 5.61 installed

View Replies View Related

Asp And Apache

I have apache and php4 installed and working. Now I want to try asp applications using apache...

View Replies View Related

Apache 2.0

I have installed apache2.0 downloaded from apache.org a while ago. Now I want to host some ASP pages as well. what is the easiest methos to install the ASP module in the current apache 2.0.

View Replies View Related

Apache How-to

I run a personal web server using Apache. I've got Perl, PHP and MySQL all working great. But I'm confused about how to implement ASP ... could someone simply point me in the right direction?

View Replies View Related

Apache

Can ASP run on Apache. If yes, how do you configure them to each other?

View Replies View Related

Run ASP On Apache

My IIS keeps crashing again and again and it is a real pain to maintain it. I googled and found an apache module to run ASP pages but that module is not provided for apache 2.x .. does anybody know a better web server to run ASP other than IIS or any FREE method to run ASP on APache?

View Replies View Related

ASP.net And Apache

I have an Apache environment set up locally, and it's supporting PERL and PHP and MySQL no problem. But I can't get ASP.net to work... or find any information about it anywhere. is this because microsoft are determined to do things their way? I have downloaded the .net framework thing, but I don't know where to go from there.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved