RE: help with rewrites - changing the base path

2008-12-17 Thread Chris Evens
/technology-blog be present, or is it a cosmetic change only? Chris Evens wrote: Matthew Is this more like a directory name change if so all you need is RewriteRule ^/techblog(.*)$ /technology-blog$1 [R=301,L] R is the browser return code and also forces the users browser to refresh

RE: help with rewrites - changing the base path

2008-12-15 Thread Chris Evens
Matthew Is this more like a directory name change if so all you need is RewriteRule ^/techblog(.*)$ /technology-blog$1 [R=301,L] R is the browser return code and also forces the users browser to refresh. It is also possible to make this transfer internally without a response to the users

RE: [EMAIL PROTECTED] Regarding 403 Forbidden Error

2007-12-31 Thread Chris Evens
Have you tried to comment out the Limit and LimitExcept in your Directory /var/www/html entry? Christopher Evens Web Programmer, Christian Record Services for the Blind Free lending library for the blind www.christianrecord.org -Original Message- From: Abhishek Singh [mailto:[EMAIL

RE: [EMAIL PROTECTED] Regarding 403 Forbidden Error

2007-12-31 Thread Chris Evens
Upon closer study of the error_log are you sure you are referencing the correct directory for your index file? Christopher Evens Web Programmer, Christian Record Services for the Blind Free lending library for the blind www.christianrecord.org -Original Message- From: Abhishek Singh