[EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread Jason Pruim
/logs/error_log CustomLog /home/jason.pruim/pruimphotography.info/logs/ access_log common the folder pruimphotography.info exists. and my log files are actually being written... Just can't view the stinking page :) Any ideas? -- Jason Pruim Raoset Inc. Technology Manager

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-11 Thread Jason Pruim
On Sep 11, 2008, at 11:14 AM, Justin Pasher wrote: Jason Pruim wrote: On Sep 11, 2008, at 7:30 AM, Eric Covener wrote: On Thu, Sep 11, 2008 at 6:28 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: Here is my .htaccess file... Does it look right? Options +FollowSymlinks RewriteEng

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-11 Thread Jason Pruim
On Sep 11, 2008, at 7:30 AM, Eric Covener wrote: On Thu, Sep 11, 2008 at 6:28 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: Here is my .htaccess file... Does it look right? Options +FollowSymlinks RewriteEngine on RewriteLog /var/log/purl.virt.rewrite.log is this valdi in .htaccess

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-11 Thread Jason Pruim
On Sep 10, 2008, at 2:21 PM, Justin Pasher wrote: Jason Pruim wrote: On Sep 10, 2008, at 1:38 PM, Justin Pasher wrote: Jason Pruim wrote: Actually it is... It was something that I tried to fix the problem. All the links refer to /mail.php though... BEGIN LOG 192.168.0.253 - - [10/Sep

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
On Sep 10, 2008, at 1:38 PM, Justin Pasher wrote: Jason Pruim wrote: On Sep 10, 2008, at 1:24 PM, Eric Covener wrote: . I have some links that look like this: HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 ... [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (2

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
On Sep 10, 2008, at 12:36 PM, Justin Pasher wrote: Jason Pruim wrote: Hello everyone, So I'm still fighting with mod_rewrite a little but I have made progress... Basically, what I am looking to do now, is check to see if a file/folder exists and if not rewrite and give control

[EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
nks for looking! -- Jason Pruim Raoset Inc. Technology Manager MQC Specialist 11287 James St Holland, MI 49424 www.raoset.com [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: [EMAIL PROTECTED] Virtual hosts and mod_rewrite

2008-09-08 Thread Jason Pruim
On Sep 8, 2008, at 7:32 AM, Jason Pruim wrote: On Sep 8, 2008, at 7:12 AM, Eric Covener wrote: On Mon, Sep 8, 2008 at 6:09 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: Locally it works great.. Once.. As soon as the web page is loaded and you attempt to refresh or go to a differen

Re: [EMAIL PROTECTED] Virtual hosts and mod_rewrite

2008-09-08 Thread Jason Pruim
On Sep 8, 2008, at 7:12 AM, Eric Covener wrote: On Mon, Sep 8, 2008 at 6:09 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: Locally it works great.. Once.. As soon as the web page is loaded and you attempt to refresh or go to a different page, it says "Forbidden you do not have

[EMAIL PROTECTED] Virtual hosts and mod_rewrite

2008-09-08 Thread Jason Pruim
008:06:24:22 -0400] [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (1) [per- dir /volumes/raider/webserver/documents/] pass through /volumes/raider/ webserver/documents/dev/schreurprinting.com/p.php Thank you for taking the time to read this! -- Jason Pruim Raoset Inc. Technology

Re: [EMAIL PROTECTED] mod_rewrite question [FIXED]

2008-09-03 Thread Jason Pruim
On Sep 2, 2008, at 8:01 AM, Krist van Besien wrote: On Tue, Sep 2, 2008 at 13:12, Jason Pruim <[EMAIL PROTECTED]> 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 go

Re: [EMAIL PROTECTED] mod_rewrite question

2008-09-02 Thread Jason Pruim
On Sep 2, 2008, at 8:01 AM, Krist van Besien wrote: On Tue, Sep 2, 2008 at 13:12, Jason Pruim <[EMAIL PROTECTED]> wrote: and this is my log file entry: 127.0.0.1 - - [02/Sep/2008:07:06:14 -0400] [127.0.0.1/sid#1802648][rid#1836238/initial] (2) init rewrite engine with request

Re: [EMAIL PROTECTED] mod_rewrite question

2008-09-02 Thread Jason Pruim
On Sep 2, 2008, at 6:54 AM, Eric Covener wrote: On Tue, Sep 2, 2008 at 6:20 AM, Jason Pruim <[EMAIL PROTECTED]> wrote: RewriteEngine on RewriteLog "/var/log/httpd/rewrite.log" RewriteLogLevel 9 RewriteRule /(.*) p.php?purl=$1 Outside of di

Re: [EMAIL PROTECTED] mod_rewrite question

2008-09-02 Thread Jason Pruim
On Aug 29, 2008, at 10:10 AM, Krist van Besien wrote: On Fri, Aug 29, 2008 at 15:21, Jason Pruim <[EMAIL PROTECTED]> wrote: Look in to your log: It says: [127.0.0.1/sid#1802648][rid#1836238/initial] (4) RewriteCond: input='GET' pattern='^TRACE' => not-matched

Re: [EMAIL PROTECTED] mod_rewrite question

2008-08-29 Thread Jason Pruim
On Aug 29, 2008, at 3:08 AM, Krist van Besien wrote: On Thu, Aug 28, 2008 at 17:21, Jason Pruim <[EMAIL PROTECTED]> 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.ph

Re: [EMAIL PROTECTED] mod_rewrite question

2008-08-28 Thread Jason Pruim
On Aug 28, 2008, at 9:21 AM, Krist van Besien wrote: On Thu, Aug 28, 2008 at 14:41, Jason Pruim <[EMAIL PROTECTED]> wrote: What I want to do is to rewrite this url: HTTP://www.raoset.com/purl/customer/index.php?purl=jasonpruim112 To something more like: HTTP://www.raoset.com/jasonpr

[EMAIL PROTECTED] mod_rewrite question

2008-08-28 Thread Jason Pruim
e questions about it :) thanks for taking the time to help out a newbie with a little system administration! -- Jason Pruim Raoset Inc. Technology Manager MQC Specialist 11287 James St Holland, MI 49424 www.raoset.com [EMAIL PROTECTED] -