clam-p/clam/master/images/run/wordpress/root/var/www/html/.htaccess - Htaccess File

clam-p/clam/master/images/run/wordpress/root/var/www/html/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond wordpress/%{REQUEST_FILENAME} !-d
RewriteCond wordpress/%{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ wordpress/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache