• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. C

    Question Who or what is changing my htaccess file

    Well as stated at the beginning that second last line.. RewriteRule . /index.php [L] ... if left like that, my forums will not work. So I have to put # in front of it, or even remove it, but something intermittenly comes back and adds that line back or if I've got a # in front of it, the # is...
  2. C

    Question Who or what is changing my htaccess file

    3rd part.. wp-includes/class-wp-rewrite.php: $rules .= "RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\n"; wp-includes/class-wp-rewrite.php: $rules .= "RewriteRule ^index\.php$ - [L]\n"; wp-includes/class-wp-rewrite.php: $rules .=...
  3. C

    Question Who or what is changing my htaccess file

    2nd part... Binary file wp-content/ai1wm-backups/clcmembers.co.uk-20190605-215908-718.wpress matches wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess:RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]...
  4. C

    Question Who or what is changing my htaccess file

    Well I found out how to get to the Directory and did this [root@server ~]# grep -r RewriteRule * Does anyone know what I'm looking for, to solve the problem? parallels/PSA_17.8.11/microupdates/MU19/common/admin/conf/templates/default/doma...
  5. C

    Question Who or what is changing my htaccess file

    I wrote grep -r RewriteRule * I received this below. What can I tell from that? parallels/PSA_17.8.11/microupdates/MU19/common/admin/conf/templates/default/domain/domainVirtualHost.php: RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,QSA] [root@server ~]#
  6. C

    Question Who or what is changing my htaccess file

    Thanks for that. I've got ptty to run root command lines. Is there a specific command syntax I need to get correct, given also that the file in question resides in a particular domain on the Server? Would appreciate knowing what to write exactly? Thanks
  7. C

    Question Who or what is changing my htaccess file

    Hi For a few weeks I've been having problems on one of my domains. Inside the domain is an invisionpower set of forums. They work fine, as long as a line in my .htaccess file (in the root dir of my domain) is commented out or deleted. I have no idea what keeps changing it. Here's the file info...
  8. C

    Question Simple XML Module

    Hi. I have a problem on one domain which could be resolved if I install Simple XML module. I'm running PHP 7.2.31. Does anyone know how/where I can get this to install it please? thanks
  9. C

    Mail/Domain config issues - User Unknown in virtual mailbox

    Hi. I've got this error but it's not quite the same situation, I think. I'm sending via a separate email to an email address on my server. I get the same error. The mail server responded: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table. Please check...
Back
Top