NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Vaclav
Nov 13, 2013Aspirant
OS 6.1.4 apache2 mod_rewrite .htaccess problem
Hi, I'm trying configure apache2 to enable mod_rewrite in my HTTP enabled share folder. I use that folder as my personal webserver for PHP development. I have root access via SSH to my ReadyNAS, I...
Vaclav
Nov 17, 2013Aspirant
Returning envars back to admin. Chown user back to admin:admin. The problem is probably not related with file permission. By some security reason, the rewrite engine is premitted to work only on enabled virtual hosts.
Changed /etc/apache2/sites-enabled/010-nett to
Page works, no more forbidde, but RewriteEngine is off, not sure if .htaccess is doing something.
Changed /etc/apache2/sites-enabled/010-nett to
root@nas-35-05-E7:/# cat /etc/apache2/sites-enabled/010-nette
<VirtualHost *:80>
DocumentRoot /data/www/nette/www/
<Directory /data/www/nette/www>
Options FollowSymLinks
RewriteEngine On
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Page works, no more forbidde, but RewriteEngine is off, not sure if .htaccess is doing something.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!