Search results

  1. nehakakar

    URL Redirect 301 blog.example.com to example.com/blog

    Thanks you guys its working i use Redirection plugin now its working as i want...
  2. nehakakar

    URL Redirect 301 blog.example.com to example.com/blog

    i have manually test used browser developer tools to inspect network requests and redirects cleared cache, Cloudflare case, tested on online tool like https://redirectchecker.com/ same redirection not working, nothing help to find out the issue.
  3. nehakakar

    URL Redirect 301 blog.example.com to example.com/blog

    Thanks for your response as i said is there any mistake that i did on my .htaccess ? it should be redirect to blog.example.com to example.com/blog.
  4. nehakakar

    URL Redirect 301 blog.example.com to example.com/blog

    I have wordpress and site is example.com/blog Cloudflare SSL Full (Strict) is enabled with Origin CA certificate installed. Force HTTPS redirect is enabled on server origin and also on Cloudflare. but i want to redirect blog.example.com to example.com/blog Here is my htaccess of...
  5. nehakakar

    403 Forbidden Error

    It looks good now! Remember that the authorization was the problem. chmod 644 filename for files chmod 755 directoryname for directories
  6. nehakakar

    Issue loading site after changing permission.

    Check this https://community.x10hosting.com/threads/issue-loading-site-after-changing-permission.211063/post-993045
  7. nehakakar

    Issue loading site after changing permission.

    reset permissions: For files: chmod 644 filename For directories: chmod 755 directoryname Check the web server configuration to ensure that it can access the website's files For example: chown -R username:groupname /path/to/website The web server user Apache's www-data or nginx's www-data...
  8. nehakakar

    PHP Fatal error: Uncaught Error: Class 'mysqli' not found in

    Check if the MySQLi extension is installed by running a PHP file with phpinfo() and looking for the "mysqli" section. If MySQLi is not installed, enable it through your hosting control panel or PHP configuration file (php.ini). If the issue persists, contact your hosting provider's support for...
Top