NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
BaJohn
Feb 15, 2016Virtuoso
OS 6.4.2 apache2 rewrite problem when using WordPress.
I have read https://community.netgear.com/t5/Using-your-ReadyNAS/OS-6-1-4-apache2-mod-rewrite-htaccess-problem/m-p/896062#M49808, but I still am confused, probably since that post refers to an earlie...
BaJohn
Feb 16, 2016Virtuoso
cont ... (for the benefit of others coming after me with the same problem)
I want to check (again) that I have the 'mod_rewrite' module loaded.
As I already know about using 'phpinfo', I check that and show the appropriate bit below.
---------------------------------------------------------------------------------------------------------------------------------
Configuration apache2handler
| Apache Version | Apache/2.2.31 (Debian) |
| Apache API Version | 20051115 |
| Server Administrator | admin@localhost |
| Hostname:Port | 2002:4d64:64ad:e472:4694:fcff:fe6e:3848:443 |
| User/Group | admin(98)/98 |
| Max Requests | Per Child: 0 - Keep Alive: off - Max Per Connection: 100 |
| Timeouts | Connection: 300 - Keep-Alive: 5 |
| Virtual Server | Yes |
| Server Root | /etc/apache2 |
| Loaded Modules | core mod_log_config mod_logio mod_version prefork http_core mod_so mod_alias mod_auth_basic mod_auth_token mod_authn_file mod_authnz_external mod_authnz_ldap mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_unixgroup mod_authz_user mod_autoindex mod_cgi mod_dav mod_dav_fs mod_deflate mod_dir mod_env mod_headers util_ldap mod_mime mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_ssl mod_status mod_privsep mod_authn_privsep |
---------------------------------------------------------------------------------------------------------------------------------
I have no idea whether the other bits and pieces are right, but I do have the mod_rewrite module loaded.
So now off to check the internet some more ... this could be a long night.
super_poussin
Feb 17, 2016Virtuoso
the http.conf associated to wordpress should contain :
Listen 7095
<VirtualHost *:7095>
ServerAdmin admin@localhost
DocumentRoot /apps/wordpress/web
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /apps/wordpress/web/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /apps/wordpress/error.log
LogLevel warn
</VirtualHost>
You must install
php5-gd (>= 5.4.4-13), php5-mcrypt (>=5.4.4),libapache2-mod-php5 (>= 5.4.0),php5-curl (>= 5.3~),php5-imap (>= 5.3~),php-pear (>= 5.3~),mysql-common (>= 5.5.28),php5-mysql (>= 5.4.4-13),mysql-server (>= 5.1),mysql-client (>= 5.5.0)
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!