[BlueOnyx:01000] Re: .htaccess Error
Tjerk Hacquebord
tjerk at hqmatics.nl
Tue Apr 7 08:08:16 -05 2009
Did you enable .htaccess files for vhosts?
pico /etc/httpd/conf.d/blueonyx.conf
find:
<Directory /home/.sites/>
Options Indexes FollowSymLinks Includes MultiViews
AllowOverride AuthConfig Indexes Limit
add "All", like this:
<Directory /home/.sites/>
Options Indexes FollowSymLinks Includes MultiViews
AllowOverride AuthConfig Indexes Limit All
save and reload httpd:
/etc/rc.d/init.d/httpd reload
Tjerk Hacquebord
---
tjerk at hqmatics.nl
http://www.hqmatics.nl <http://www.hqmatics.nl/>
HQMatics: Software- en websiteontwikkeling
Van: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it]
Namens Richard Sidlin
Verzonden: dinsdag 7 april 2009 14:37
Aan: blueonyx at blueonyx.it
Onderwerp: [BlueOnyx:00997] .htaccess Error
Hi
Wondered if anyone can help. I have a client that has put this .htaccess
file on the website:
RewriteEngine on
RewriteRule ^news/([0-9]+)/(.+) /news/detail.php?id=$1 [L]
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
This comes up with an Internal Error 500 when enabled. Is there something
wrong with the file? It was uploaded using the site admins user.
Thanks
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20090407/e6be9437/attachment.html>
More information about the Blueonyx
mailing list