• 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!
  • 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 REWrite Issues

EricHamby

Basic Pleskian
So moving 17 sites from Cpanel to plesk and its been an absolute nightmare. The only sites i can get to work with mod rewrite are wordpress and its a hit or miss. NONE of the htaccess files work. Every single site that uses htaccess is not working. Does plesk need something different that cpanel in the htaccess? Even the sites that are installed by softaculous aren't working.

Example.... This is the htaccess files that is installed with the softaculous app the paste script. This work just fine on my cpanel server and still does. If i remove it the site works again, but no pretty urls. With the file in place every page even the home page is a error 500. I also have 2 forums sites that are totally broken with the htaccess in place. Not to mention my codecanyon script sites.

Options +FollowSymLinks RewriteEngine on <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^page/([a-zA-Z0-9]+)/? pages.php?page=$1 [L] RewriteRule ^archive archive.php [L] RewriteRule ^profile profile.php [L] RewriteRule ^user/([^/]+)/?$ user.php?user=$1 [L] RewriteRule ^contact contact.php [L] RewriteRule ^download/(.*)$ paste.php?download&id=$1 [L] RewriteRule ^raw/(.*)$ paste.php?raw&id=$1 [L] RewriteRule ^embed/(.*)$ paste.php?embed&id=$1 [L] </IfModule> <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ paste.php?id=$1 [L] </IfModule>
 
Back
Top