• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue .htaccess file dose not works on plesk while it is working on local host

mnafullstack

New Pleskian
I have developed a website in php on local host xampp and now I've uploaded the website to the plesk hosting. Everything is working fine except the .htaccess file. Either the .htaccess file is not able to work with plesk server OR something else would be the issue.

Is there anybody who can tell me why the .htaccess file is not working on plesk hosting? My .htaccess inside code is here:

ErrorDocument 404 http://mysite.com/404.php

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]

This code is working fine on local host but not on plesk server. Even it is not redirecting the 404 error to the 404 custom page.
 
Last edited:
I cannot see the proxy option in Plesk > Domains > domain.com > there I can't see the apache & nginx Settings.
Then how to resolve it if I can't see these options in my hosting?
 
Oh, do you have Plesk for Windows?
If I'm not mistaken, IIS doesn't support .htaccess file.
 
Back
Top