@mariosipad,
Yes, Pagekite does provide a dynamic ip connection, but won't others provide similar capabilities?
Hmmm, but will they eliminate the need to port forward like Pagekite? Not a big deal, as I assume apache is secure...
Ok, I have added the line to .htaccess, which is in the cops dir:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ /cops [l]
RewriteRule ^download/(\d*)/(\d*)/.*\.kepub\.epub$ fetch.php?data=$1&db=$2&type=epub [L]
RewriteRule ^download/(\d*)/(\d*)/.*\.(.*)$ fetch.php?data=$1&db=$2&type=$3 [L]
RewriteRule ^download/(\d*)/.*\.kepub\.epub$ fetch.php?data=$1&type=epub [L]
RewriteRule ^download/(\d*)/.*\.(.*)$ fetch.php?data=$1&type=$2 [L]
</IfModule>
As for htpasswd, here are some files by that name:
Code:
/share/CACHEDEV1_DATA/.qpkg/QKVM/opt/bin/htpasswd
/mnt/ext/opt/apache/bin/htpasswd
I don't see a 'utility' called htpasswd, but perhaps it is is part of the section in the Control Panel > Security
- Security Level
- Network Access Protection
- Certificate & Private Key
Under Security Level Select
- Allow all connections (selected)
- Deny all connections on the list
- Allow connections from the list only
- Area to enter items in list (no current entries)
Under Network Access Protection
- Enabled
- Selectable list of: SSH, Telnet, HTTP(S), FTP, SAMBA, AFP
None are selected at this point.
Under Certificate & Private Key
- Download Certificate
- Download Private Key
- Restore Default Certificate & Private Key
- No certs or keys entered; never been in this menu before.
I also see a Control Panel > Network Access section with:
- Service Binding
- Proxy
- DDNS Service (all services are checked for binding)
But, no "Password" or (htpasswd) that I have found so far.