Sponsored Content
Top Forums Web Development Regex to rewrite URL to another URL based on HTTP_HOST? Post 302479748 by JoyceBabu on Sunday 12th of December 2010 09:53:26 PM
Old 12-12-2010
Will this work? Are you looking for a redirect? If not, I think it is better to rewrite to the substitution for Nevow.Athena.v2 rather than Nevow.Athena.v2.


Put this in the .htaccess file in your document root
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^SUB.DOMAIN.COM$ [NC]
RewriteRule (showAssignment/[a-z0-9]+/jsmodule/Nevow.Athena)$ $1.v2 [NC,QSA,L]
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies

2. Shell Programming and Scripting

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies

3. 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

4. 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

5. Red Hat

Need some help on tomcat URL rewrite or mod_jk

I am trying to remove the context name from the url of my server. Current URL - http://www.domainname.com/MyApp/ What I need to make is to make it avaialble at - http://www.domainname.com/ I have already tried couple of things like below - RewriteEngine On RewriteCond... (0 Replies)
Discussion started by: rockf1bull
0 Replies

6. UNIX for Dummies Questions & Answers

Awk: print all URL addresses between iframe tags without repeating an already printed URL

Here is what I have so far: find . -name "*php*" -or -name "*htm*" | xargs grep -i iframe | awk -F'"' '/<iframe*/{gsub(/.\*iframe>/,"\"");print $2}' Here is an example content of a PHP or HTM(HTML) file: <iframe src="http://ADDRESS_1/?click=5BBB08\" width=1 height=1... (18 Replies)
Discussion started by: striker4o
18 Replies

7. Web Development

Append query string via URL rewrite in apache

Hi, Googled around but I couldn't find anything similar. I'm looking to do the following in apache.. if a user comes into the following URL. http://www.example.com/some/thing.cid?wholebunch_of_stuff_here keep the URL exactly as is BUT add &something at the very end of it. thanks in... (1 Reply)
Discussion started by: kmaq7621
1 Replies

8. Web Development

Mod_rewrite - URL rewrite based upon HTTP_REFERER

Hello, I have added following rewrite cond and rewrite rules but it does not work. RewriteCond %{HTTP_REFERER} ^http://192\.168\.1\.150/categories/.*$ RewriteRule ^(.*)$ http://www.blahblah.com/ When I hit url : http://192.168.1.150/categories/881-Goes?page=7 in my browser - it... (2 Replies)
Discussion started by: ashokvpp
2 Replies

9. Shell Programming and Scripting

Reading URL using Mechanize and dump all the contents of the URL to a file

Hello, Am very new to perl , please help me here !! I need help in reading a URL from command line using PERL:: Mechanize and needs all the contents from the URL to get into a file. below is the script which i have written so far , #!/usr/bin/perl use LWP::UserAgent; use... (2 Replies)
Discussion started by: scott_cog
2 Replies

10. UNIX for Beginners Questions & Answers

Regex for a valid URL

Hi guys, What is the regex to check for only valid URL from a file using grep? (2 Replies)
Discussion started by: Meeran Rizvi
2 Replies
xconsole(1X)															      xconsole(1X)

NAME
dxconsole, xconsole - monitor system console messages with X SYNOPSIS
dxconsole | xconsole [-toolkitoption...] [-file file-name] [-notify] [-stripNonprint] [-daemon] [-verbose] [-exitOnFail] [-motif] [-stdin] [-maxSize n] [-buttons] OPTIONS
The dxconsole and xconsole programs accept all of the standard X Toolkit command line options along with the additional options listed below: To monitor some other device, use this option to specify the device name. This does not work on regular files as they are always ready to be read from. When new data are received from the console and the notify option is set, the icon name of the application has "*" appended, so that it is evident even when the application is iconified. -notify is the default. This option causes dxconsole or xconsole to place itself in the background, using fork/exit. When set, this option directs dxconsole or xconsole to display an informative message in the first line of the text buffer. When set, this option directs dxconsole or xconsole to exit when it is unable to redirect the con- sole output. When set, this option causes the Motif interface to be presented. (This option is always set in dxconsole.) This option directs xconsole to read from stdin as well as /dev/console (default in dxconsole). This option establishes the maximum amount (in charac- ters) to be displayed. The default is 32768. This option governs whether clear and dismiss buttons appear. Applies only to the Motif interface and is set by default. DESCRIPTION
The dxconsole and xconsole programs display messages which are usually sent to /dev/console. By default, xconsole presents the Athena interface and dxconsole presents the Motif interface. Since dxconsole is an X client, it will terminate upon receiving a fatal error from the X server. This may occur if the swap space is low and the X Server is not able to process a request from dxconsole. X DEFAULTS
This program uses the Athena Text widget, look in the Athena Widget Set documentation for controlling it. WIDGETS
In order to specify resources, it is useful to know the hierarchy of the widgets which compose dxconsole and xconsole. In the notation below, indentation indicates hierarchical structure. The widget class name is given first, followed by the widget instance name. XConsole xconsole XConsole text ENVIRONMENT
to get the default host and display number. to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. FILES
specifies required resources specifies required resources SEE ALSO
X(1X), xrdb(1X), Athena Text widget, Motif Text widget AUTHOR
Keith Packard (MIT X Consortium) xconsole(1X)
All times are GMT -4. The time now is 08:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy