• Resolved tonygao

    (@tonygao)


    We have the following line in .htaccess file

    RewriteRule ^weird/(.+) /wp-includes/$1 [L,QSA]

    but it will be automatically changed to

    RewriteRule ^weird/(.+) /contact/wp-includes/$1 [L,QSA]

    and end up errors as “/contact” shouldn’t be added!

    Can you give us an idea how that happened? We are not sure which plugin made that change but the change or mistake happened in the WP HIDE .htaccess section

    • This topic was modified 1 year, 7 months ago by tonygao.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    Most probably the issue is caused by a slug conflict. Always use random words for the option values to avoid such collisions.
    Do you use the Replacements feature within the PRO or just the free code?

    Thanks

    Thread Starter tonygao

    (@tonygao)

    Thanks. After more debug works, it most likely caused by another plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange error in .htaccess!’ is closed to new replies.