Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Kevin Smith
2, 2013 at 2:44 PM, Freek de Kruijf wrote: > Op maandag 2 december 2013 13:46:12 schreef Kevin Smith: > > I modified it to look like this, but I've tried this, before to no effect > > and it still has no effect, now. > > > > > > DocumentRoot /var/www/phreebo

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Kevin Smith
I modified it to look like this, but I've tried this, before to no effect and it still has no effect, now. DocumentRoot /var/www/phreebooks ServerName billing.website.com Order Allow,Deny Allow From All Require Allow All Log file /var/log/apache2/error.log

[users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Kevin Smith
I have been fighting an apache server for 2 days, trying to figure out why this thing keeps denying access to the server. Check out the settings: DocumentRoot "/var/www/phreebooks" ServerName billing.website.com (omitted for security) allow from all Options +Indexes File permissions throughou

Re: [EMAIL PROTECTED] Apache RewriteRule

2005-11-19 Thread Kevin Smith
Hi Joshua, Thanks for the pointer! :) This is what made it work in the end, for anyone who wants to know. RewriteRule ^/product_category/([0-9]+)\.html(.*)?  /product_category.php?top_cat_id=$1&source=$2 [NC,QSA,L] Regards, Kevin Joshua Slive wrote: On 11/19/05, Kevin Smith <

[EMAIL PROTECTED] Apache RewriteRule

2005-11-19 Thread Kevin Smith
Hi All, Wonder if someone can work this one outt, I'm a bit stumped. I have the following RewriteRule: RewriteRule ^/product_category/([0-9]+)\.html\?source\=(.*) /product_category.php?top_cat_id=$1&source=$2 This is meant to rewrite this URL: http://www.foobar.com/product_category/22