Re: mod_rewrite question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 28, 2008 at 17:21, Jason Pruim <japruim@xxxxxxxxxx> wrote:
It is case 1 that I want. I want people to be able to type in:
> HTTP://www.raoset.com/jasonpruim112 and have my script at:
> HTTP://www.raoset.com/purl/purl.php?purl=jasonpruim112 take over control.

OK, than this rule:
RewriteRule  /(.*)       /purl/purl.php?purl=$1

Should do it.

>
> I tried the rewrite rule you supplied in a .htaccess file with no luck...

Using rewrite rules in .htaccess files is tricky. If you have access
to your webserver's config (as you apparently have) it is better to
have it in your config file. Try that first.

Also add this to your config:
RewriteLog   <some logfile name>
RewriteLogLevel 9

you will then get a rewrite log showing everything that happens, which
is great for finding out problems.

And finally, read the doc:

http://httpd.apache.org/docs/2.2/rewrite/

Krist

-- 
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux