Recent content by shariar

  1. S

    Please help with 301 redirects in .htaccess file

    Any suggestions to fix the problem
  2. S

    Please help with 301 redirects in .htaccess file

    I tried to implement the rule with another site and i noticed the site actually shows a 404 error page with the built-in WordPress theme 404-page template and after adding the redirect rule it works fine. However, on other websites it shows as LiteSpeed server 404 error page, and redirect...
  3. S

    Please help with 301 redirects in .htaccess file

    Moving the rule on top of the htaccess also doesn't work. It resulted as - 404 Not Found The resource requested could not be found on this server!
  4. S

    Please help with 301 redirects in .htaccess file

    Hello again, I need more help. The above rule for regular 404 URLs works just fine. However, I've some old image URLs that I need to redirect to regular posts, which doesn't work. Have a look at the below examples and suggest how to write them. Thanks, RewriteRule...
  5. S

    Please help with 301 redirects in .htaccess file

    Fantastic! Finally!!! Thanks a lot. You've made my day.
  6. S

    Please help with 301 redirects in .htaccess file

    It doesn't work. Please have a look at the current input in htaccess file and suggest what to change. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]...
  7. S

    Please help with 301 redirects in .htaccess file

    I'm using cyber panel and ols. I'm trying to add some 301 redirects but can't get them work anyhow. I've tried almost every solution found. Please have a look at the code below im htaccess file and images for cyberpanel and ols setting # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On...
Top