• Resolved crazystar156

    (@crazystar156)


    Hello, I want to ask why my plugin is not working ? It was fine but today I find out that when i click on job listing some time it is loading and then i got error from Chrome (Too many redirect) Can you help me ? I have another website and there plugin running fine. I have tried to deactivate all of my plugins but same error… Thank you so much for help…

    • This topic was modified 6 years, 10 months ago by crazystar156.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Davor

    (@davoraltman)

    Hey there!

    That’s really odd. Do you have some custom redirect rules set in your .htaccess file? Can you try reinstalling WP Job Manager via WP Admin and see if that helps?

    Best,
    Davor

    Thread Starter crazystar156

    (@crazystar156)

    I tried to reinstall WP job manager but without changes…. 3 week ago it worked good but not now….I tried to deactivate all of my plugins but no change.

    This is my htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Hi there,

    Thank you for your information.

    > I tried to reinstall WP job manager but without changes…. 3 week ago it worked good but not now….I tried to deactivate all of my plugins but no change.

    After deactivating all plugins, please try to save in WP Admin -> Settings -> Permalinks.

    Another thing I can spot is the job type slug pr%C3%A1ca. It’s not an ASCII text. That might be an issue. You might change it to another text with ASCII characters only.

    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too many redirects error’ is closed to new replies.