• I installed my wordpress in a directory. I have two .htaccess file, one in root and one in the wordpress directory. configuration for smtp and cron is working but on the tracking pixel I can’t see any cat. I inserted the rewrite rule in .htaccess file which is in the root directory than it gives 500 internal server error. when I inserted the rewrite rule in the .htaccess of directory than the cat doesn’t show up.
    please help.

    https://www.ads-software.com/plugins/knews/

Viewing 1 replies (of 1 total)
  • Thread Starter RahimTSNE

    (@rahimsona)

    I inserted following rules
    #Begin Knews (add this lines just after the RewriteBase line)
    RewriteRule ^mydirectory/wp-content/uploads/knewsimages/([^/]+).(jpg|jpeg|gif|png)$ /mydirectory/wp-content/plugins/knews/direct/track.php?img=$1 [L,NC]
    #End Knews (that’s all, your htaccess should continue as is…)

    given by the plugin on tracking pixel tab.
    I am not sure but may be this is because of the directory installation.

Viewing 1 replies (of 1 total)
  • The topic ‘is your plugin support for directory installation’ is closed to new replies.