theqkash
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WordPress Network and Error 500Support of my webhost have gave me that:
RewriteRule: bad argument line ‘^([_0-9a-zA-Z-]+/)?files/(.+)’
Forum: Networking WordPress
In reply to: WordPress Network and Error 500Yup, I’m replacing whole content of that file.
Forum: Networking WordPress
In reply to: WordPress Network and Error 500RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+)
wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
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]Forum: Networking WordPress
In reply to: WordPress Network and Error 500Yup, I’m using wordpress-es normally there, configuring rewriting as I want, but this multiuser htaccess is not working 🙁
Forum: Fixing WordPress
In reply to: WordPress 2.5 HackedJust remove the iframe code from end of file wp-config.php and files of your templates. I have just dome it.