0
votes
3answers
40 views
Detect DNS Redirect in .NET
In a .NET application I am writing, I need to detect whether a particular URL is available. For the average user with a default DNS server, an invalid address would end up throwin …
0
votes
1answer
12 views
Sharepoint Redirecting Users or Groups from a page to another.
Hello ,
What I am tring to do is, when people comes to that page:
http://server:26521/MY%5FPortal/service/default.aspx
I want them to be redirected to that page
http://server:2 …
0
votes
2answers
26 views
Redirect window of command line tool to your app (Windows)
Hello,
is there a way (on Windows XP+) to redirect the output of a window created by a process created with e.g. CreateProcess to a window of your own program?
I'd like to make a …
2
votes
3answers
501 views
Can I redirect the stdout in python into some sort of string buffer?
I'm using python's ftplib to write a small FTP client, but some of the functions in the package don't return string output, but print to stdout. I want to redirect stdout to an obj …
0
votes
0answers
68 views
Education.. how much how little? [closed]
Hi Everyone,
So a little background. Started out in construction and completed my apprenticeship over a 6 year period. Got married, bought 2 houses and decided I wanted to switch …
0
votes
2answers
36 views
Regular expression with RedirectMatch does anything
Hi
I use .htaccess to perform redirection.
Here the line
RedirectMatch permanent .*\?langue=([\w]{2}).*id_([\w]+)=([1-9]+) ***[protocol]***://myserver/rootContext/action?pagenam …
1
vote
2answers
58 views
IIS server redirect locations…
hi,
I got a asp site hosted in a iis server. In the server there is a virtual folder products and whenever a url like xyz.com/products/abc_11.asp is provided it is forwared to xyz …
1
vote
5answers
78 views
Using file contents as command line arguements in BASH
I'd like to know how to use the contents of a file as command line arguments, but am struggling with syntax.
Say I've got the following:
# cat > arglist
src/file1 dst/file1
sr …
4
votes
9answers
676 views
How to make a redirect in PHP?
Is it possible to redirect a user to a different page through the user of PHP?
Say the user goes to www.example.com/page.php and it I want to redirect them to www.example.com/inde …
0
votes
2answers
39 views
I want all page requests to point to a single page
The wrinkle is that the pages being requested are aspx pages and they are no longer present. I want any request coming to the root domain (and any subdomain like www) to redirect t …
0
votes
3answers
31 views
DNS File Mapping
Hi guys,
I'm trying to work out a feature for a Web application, but I'm a bit confused at this point. I was wondering if anyone can shed some light on the following scenario.
Sa …
0
votes
2answers
25 views
Capturing the error stream from a sed command
Hello,
How do I capture any error from a sed command into a file? Here is the sed command I am using:
sed -e 's/'old_word'/'new_word'/' temp_file > output_file
Now, when …
0
votes
2answers
37 views
Apache mod_rewrite question
Hi!
I have an application running under tomcat 6. In front of it I have
an apache server which is forwarding all requests. That is, the user "talks"
to the apache and not to tomc …
2
votes
3answers
104 views
Retrieving stdin after using the redirection operator <
For a programming assignment, we have the following requirements:
It needs to be a command-line program written in C.
It needs to read text from a text document. However, we are …
1
vote
2answers
65 views
Redirection Between View In MVVM
I am using MVVM patern for developing my WPF application. It working fine for unrelated pages, means how to go in another view from one view.
Eg:
I have one list page in which so …
