You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konstrukt
In the .htaccess file that comes in all the konstrukt folder examples
you have add a RewriteBase var if you are using the /Sites folder.
So to configure the whole thing in Mac Leopard.
1) open /private/etc/apache2/httpd.conf
change AllowOverride None to AllowOverride All
2) if you are using the sites folder open
/private/etc/apache2/users/{whateveryourusernameis}.conf
change to
<Directory "/Users/username/Sites/">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
3) add to the already written .htaccess file RewriteBase var
let me know if you have a better way to do in on Mac.
troels knak-nielsen
unread,
Dec 11, 2008, 6:04:10 PM12/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kons...@googlegroups.com
Glad that you solved it, and thanks for posting it back here for
others, that may have the same problem.
mod_rewrite can be black magic sometimes.
--
troels
David Rodger
unread,
Dec 11, 2008, 7:16:08 PM12/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Konstrukt
I had the same issue on Linux. It's less to do with the Mac than doing
development in your home folder.
I'm not using Leopard, but AFAIK the Apache document root is still
writable, at least if you're logged in as the administrator. So you
could do development there and possibly not have to define the
RewriteBase (not sure about that though).
David
mhm...@gmail.com
unread,
Oct 10, 2012, 11:55:58 PM10/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kons...@googlegroups.com
thanks man,i have same issue and you solve it,thank u