• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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