You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Pruim <ja...@raoset.com> on 2008/09/03 17:36:23 UTC

Re: [users@httpd] mod_rewrite question [FIXED]

On Sep 2, 2008, at 8:01 AM, Krist van Besien wrote:

> On Tue, Sep 2, 2008 at 13:12, Jason Pruim <ja...@raoset.com> wrote:
>
>

Hi Everyone,

Thanks for your help on this! I ended up changing my thinking a little  
bit and ended up doing a subdomain since I found out the server that  
is going to be hosting the website (Which changed on me) runs IIS I  
suggested that we do a subdomain and have it point to my local server  
which is running apache. For the archives here is the rewrite rule  
that I am using:

         <IfModule mod_rewrite.c>
                 RewriteEngine On

                 RewriteLog   "/var/log/purl.rewrite.log"
                 RewriteLogLevel 9
                 RewriteRule /(.*)     "/volumes/raider/webserver/ 
documents/dev/schreurprinting.com/p.php?purl=$1"
         </IfModule>

And it's working perfectly right now. So thank you all for your help  
with this!


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
11287 James St
Holland, MI 49424
www.raoset.com
japruim@raoset.com





---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org