Rewriting htaccess issue?
-
I have multisite setup and having issue that links on the subdomain sites with different themes not working – 404.
[Fri Jul 01 12:33:05 2011] [error] [client 134.241.x.x] File does not exist: /var/www/html/all-deals, referer: http://deals.x.com/
I think the issue might be that php files have name_name.php and are converted by rewriting to name-name in the url?
I am using standard htaccess file for subdomain multisite install:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]Thanks…
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Rewriting htaccess issue?’ is closed to new replies.