6 posts tagged with htaccess and resolved. (View popular tags)
Displaying 1 through 6 of 6. Subscribe:
I'm moving Wordpress from www.mydomain.com to www.mydomain.com/blog, but I'm also putting in something new at root that I want people to see. Please .htaccess my brains out. [more inside]
posted by miniminimarket
on Mar 3, 2009 -
9 answers
Can I use htaccess to deny certain non-existent directories in order to avoid going through my Drupal site (which requires connecting to my database)? [more inside]
posted by kosmonaut
on Jan 2, 2009 -
7 answers
What am I doing to my links pointing to images in a private directory that prevents me from seeing the pics in Dreamweaver CS3 Design mode? [more inside]
posted by bonobo
on Jun 22, 2008 -
3 answers
I'm developing a custom 404 page using .htaccess to redirect to the 404.html. I'm trying to use PHP (via an include in the 404.html) to show the referring page (using $_SERVER['HTTP_REFERER']). This works fine. I'd also like to return the bad URL that originates the 404. Is this possible using PHP? [more inside]
posted by lyam
on Nov 14, 2007 -
6 answers
301 redirectrs in .htaccess: how do I redirect calendar/* to /calendar.html ? I've tried modifying various examples online and they result in either "internal server error" or a 404 caused by incorrectly redirecting /calendar/* to /calendar.html/* . [more inside]
posted by Tuwa
on Mar 13, 2007 -
12 answers
HtAccessFilter: I’m seeking regular expressions to describe URLs that encompass search engines’ image and video search engines, but not the engines themselves, so that I can block said image and video search engines using “SetEnvIfNoCase Referer” in .htaccess. Also, I’m also seeking to block all incoming requests for one particular URL which is popular with these video and image search engines but which no longer exists – but I don’t want to serve them the normal 404. [more inside]
posted by WCityMike
on Jan 5, 2006 -
6 answers