dombrorj
08-19-2010, 01:43 AM
Hey, I've been working on this for several hours, and I know its something you guys can do in about 3 seconds. So hoping you don't mind helping me out here...
I have the following code, which is not quite working:
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule ^vote/(.*)$ wp-content/blogs.dir/2/vote/$1 [L]
I'm trying to load the page in mysite.com/wp-content/blogs.dir/2/vote/index.html with the mysite.com/vote url, but I get a 404 - page not found. The only way it sort of works is if I go to mysite.com/vote/index.html. Even then, it doesn't load any of the images (which are stored one level deeper in an 'images' directory: mysite.com/wp-content/blogs.dir/2/vote/images/footer.jpg for example).
Any thoughts on what I'm doing wrong here?
It may be important to note that Wordpress is installed on the root directory.
Thanks!
I have the following code, which is not quite working:
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule ^vote/(.*)$ wp-content/blogs.dir/2/vote/$1 [L]
I'm trying to load the page in mysite.com/wp-content/blogs.dir/2/vote/index.html with the mysite.com/vote url, but I get a 404 - page not found. The only way it sort of works is if I go to mysite.com/vote/index.html. Even then, it doesn't load any of the images (which are stored one level deeper in an 'images' directory: mysite.com/wp-content/blogs.dir/2/vote/images/footer.jpg for example).
Any thoughts on what I'm doing wrong here?
It may be important to note that Wordpress is installed on the root directory.
Thanks!