Apache Redirect


 
Thread Tools Search this Thread
Top Forums Web Development Apache Redirect
# 1  
Old 09-16-2013
Apache Redirect

Hi All,

I have my URL as

http://mysite.com/shop/maternity/tops_30116

Now I want to append "?No=0&Nrpp=100" and then redirect to


http://mysite.com/shop/maternity/top...?No=0&Nrpp=100

This is for many URL which have "maternity" inside them.

Can there be a single Redirect rule for this?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Apache rewrite/redirect parameters explanation

hi what is the meaning of the below code, please explain in details RewriteRule '^/(.*)$1$2/?' (1 Reply)
Discussion started by: raghur77
1 Replies

2. Web Development

How to redirect URLs in Apache?

I am a total newbie to Apache. I need to do this only for this weekend during an upgrade from old system to new system We have different URLs http://domain.name/xxx (xxx varies to any length and words - it can be /home, /login, /home/daily, /daily/report, etc). How do i redirect all those to... (0 Replies)
Discussion started by: GosarJunk
0 Replies

3. Shell Programming and Scripting

Apache redirect file exceptions

Hi, I am currently redirecting all mobile devices to my mobile site in apache. I need to exempt the following file types from redirecting even if the request is made from a mobile device. *.css *.jpg *.jpeg *.gif *.js Does anyone know where and what I need to do for this? Thanks in... (1 Reply)
Discussion started by: kmaq7621
1 Replies

4. Web Development

redirect http to https in apache

i read thru a few article how to do it, but i could not get it to work the way i want it. vi ../httpd.conf Redirect permanent /dev https://servername/portal/ when i type servername, works fine. my goal is to type dev, and it takes me to https://servername/portal/ (4 Replies)
Discussion started by: lawsongeek
4 Replies

5. Web Development

Redirect to diff port on apache

Hi, I'm running both mail (webmail port = 8080) and web (http = 80) on same box. i am able to redirect as below without any problem. From: http://mail.abc.com To: http://www.abc.com:8080 I did the above with a simple virtualhost and redirect directive. But my requirement is to have same... (1 Reply)
Discussion started by: reddyr
1 Replies

6. Web Development

Apache vhost redirect to a cgi file

Hi guys, I've been trying to figure this out all day however havent managed to as of yet. I have a server called netmon (network monitoring) which runs a multitude of programs to monitor the network. I also have a cname pointing to netmon called smokeping. At the moment to access smokeping... (0 Replies)
Discussion started by: JayC89
0 Replies

7. Web Development

why do apache redirect me to the same path ?

Hi, everything is working perfectly. I have one more question. Is it possible to specify a file instead of a directory in DocumentRoot ? (see phpinfo.php in the example). Is it a correct procedure ? <VirtualHost www.patrick.dev:80> ServerAdmin patrick.diviacco@gmail.com ... (1 Reply)
Discussion started by: aneuryzma
1 Replies

8. Web Development

APACHE rewrite / redirect URL

Hello. I have scenario where a Client send request to Server1. Server1 send request to Server2. Request are xmlHTTPRequest - need to get data (XML) from Server2 back to client. Trying to use APACHE proxy... Anyone can help? What to download / configure / ...? Thank you for your... (2 Replies)
Discussion started by: ampo
2 Replies

9. Cybersecurity

APACHE rewrite / redirect URL

Hello. I have scenario where a Client send request to Server1. Server1 send request to Server2. Request are xmlHTTPRequest - need to get data (XML) from Server2 back to client. Trying to use APACHE proxy... Anyone can help? What to download / configure / ...? Thank you for your help. (1 Reply)
Discussion started by: ampo
1 Replies

10. HP-UX

Apache Redirect Transparently

I have two servers running apache server, namely server A and B. All users access server A, but for some application, I would like to redirect the request to server B. I have set apache redirect in server A apache config file. Redirect /application http://serverB/application Now, the flow... (2 Replies)
Discussion started by: alfredo
2 Replies
Login or Register to Ask a Question
OPENLOAD(1)						      General Commands Manual						       OPENLOAD(1)

NAME
openload - Tool for load testing of web applications SYNOPSIS
openload [options] url [clients] DESCRIPTION
This manual page documents briefly the openload usage. This manual page was written for the Debian distribution because the original program does not have a manual page. openload is (currently) a commandline tool, easy to use and providing near real-time performance measurements of the application under test which is very usefull during optimizations. OPTIONS
openload uses the usual GNU command line syntax, but the options starting with one dash (`-'). To run this program it is necessary to set the PATH or URL under test. You can set the clients number after the URL, which is the number of simultanous clients to simulate, defaults to 5. A summary of options is included below. -t Test mode: No throughput measurements are done. However the full response from the webserver (including headers) is displayed. This is useful for verifying that you get the right content before executing the real test. In this mode the number of clients defaults to 1. -h Header value: Specifies a HTTP request header. You can use this option several times to specify several headers. The sentence is -h followed by the name of header and the quoted value, separated by spaces. E.g. openload -h User-Agent "MSIE 5.0" mysite.com -l Time limit: number of seconds. The test will only run for the specified number of seconds. The sentence is -l followed by number of seconds, separated by spaces. E.g. openload -l 10 mysite.com -o Output mode: Currently only CSV (comma seperated values) is supported. This is useful for importing the result in a spreadsheet. The fields are: Url, Number of clients, TPS (Transactions Per Second), Average response time (seconds), Maximum response time, Total number of requests. -v Verifier mode: (undocumented) -b Body request: The test just request body response from the test URL. E.g. openload -b mysite.com OUTPUT RESULTS
A description of output results is listing below. * MaTps: a 20 second moving average of TPS. * Tps: (Transactions Per Second) is the number of completed requests during that second. * Resp Time: the average response time in seconds for the elapsed second. * Err: the percentage of responses that was erronous, i.e. didn't return a HTTP 200 Ok staus. * Count: the total number of completed requests. * Total TPS is the average TPS for the whole run, i.e. (Total completed requests) / (Total elapsed time). * Avg. Response time: the overall average response time in seconds. * Max Response time: the highest response time during this run. ABORTING THE PROCESS
To abort the process just press Enter or return Key, or use the terminal interrupt key (usually Ctrl-C). SEE ALSO
For a complete description of data results see the README file. AUTHOR
openload was written by Pelle Johnsen <pelle.johnsen@mail.dk>. This manual page was written by Silvia Alvarez <sils@powered-by-linux.com>, for the Debian project (but may be used by others). January 29, 2007 OPENLOAD(1)