• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

mod_rewrite no redirecting to correct directories

I've tried all of these now and no joy. Heeeeeeelp!!! :)

<Directory "/usr/local/psa/home/vhosts">
Options +All
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory "/var/www/vhosts">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory "/var/www/vhosts/example.com/httpdocs">
Options +All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
 
Back
Top