Post Notif configuration
-
Hi,
excellent plugin.
I’ve an issue about Post Notif configuration: due to wordpress security, i’ve had copied wordpress folder to a subdirectory, except index.php. My .htaccess file don’t have write permissions.
So, i used this code in .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>but subscribers don’t are notified.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Post Notif configuration’ is closed to new replies.