1
vote
1answer
43 views
PowerShell: suppress Write-Progress output
I have a PowerShell script that calls a CmdLet which in turn reports its progress using Write-Progress, and I would like to hide the progress bar.
In is it possible to suppress or redirect the output …
1
vote
5answers
77 views
Redirect back to a page after a login
Hi,
I'm doing a simple forum with a series of Servlets that each represent a home, topic, postedit, login and userlist page. On some of these pages there is a link that appears when a user isn't …
0
votes
2answers
39 views
Zend: Redirect to Action with parameters
I am using zend framework. I am using the following statement to redirect to another action.
$this->_helper->redirector('some_action');
Above statement is working perfectly and 'some_action' …
0
votes
1answer
18 views
redirection code for cfm script
Hi friends,
I need a CFM script to place on my website homepage.
If a visitor arrives from a search engine using a a certain search
phrase, I want to redirect them to various pages.
For example:
…
1
vote
3answers
48 views
Redirecting Database Queries to another Server
I have to move a production SQL Server database onto another server soon, and I'm keen to catch any little programs which have been written by hard coding the server name into them. I have only …
0
votes
5answers
84 views
.htaccess redirection
Hello I want to have some redirection made by .htaccess file:
Some examples
mysite.com/accepted -> mysite.com/index.php?type=accepted
mysite.com/waiting -> mysite.com/index.php?type=waiting
…
0
votes
1answer
27 views
Flash URLLoader and Location -redirection
I have a Flash object that sends an URL request with URLLoader. However, how do I make it follow those Location: redirections in headers?
0
votes
3answers
63 views
htaccess 404 error redirection for /cat/sub/.html like urls
Hi friends,
How can I redirect such link (below) to 404 error page?
http://www.blabla.com/category/sub/.html
I generate a SEO friendly links, normally products has url like …
0
votes
3answers
40 views
How do I IIS redirect on a different port for tortoise svn
I installed VisualSVN on port 8080. So I can access it with http://www.mysite.com:8080 and everything works fine.
I now want to access the svn using http://svn.mysite.com instead of using port 8080. …
0
votes
3answers
55 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 throwing a WebException. …
0
votes
1answer
25 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:26521/default.aspx
…
0
votes
0answers
78 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 to computers. I …
0
votes
2answers
31 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 nicer GUI for …
0
votes
2answers
71 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]+) …
1
vote
5answers
84 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
src/file2 dst/file2
…
