Welcome Guest, Not a member yet? Register   Sign In
File not Found
#5

RewriteEngine On
RewriteBase /wp400/
RewriteRule ^index\.php$ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
RewriteCond %{REQUEST_URI} ^/uploads/sites/\d{4}/\d{2}/.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(uploads/sites)(/\d{4}/\d{2}/.+)$ $1/uploads$2
Reply


Messages In This Thread
File not Found - by djoodthevic - 10-25-2018, 09:40 AM
RE: File not Found - by php_rocs - 10-25-2018, 01:41 PM
RE: File not Found - by djoodthevic - 10-25-2018, 05:42 PM
RE: File not Found - by InsiteFX - 10-26-2018, 03:37 AM
RE: File not Found - by djoodthevic - 10-28-2018, 09:15 PM
RE: File not Found - by InsiteFX - 10-29-2018, 04:46 AM
RE: File not Found - by djoodthevic - 10-30-2018, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB