htaccess

  1. G

    Redirect wold Wordpress tags?

    Hello, Is it possible to redirect old Wordpress tags to my homepage? I had a blog setup before In my main directory. I replaced it with HTML website and now Google is crawling the old domain.com/?tag-name and showing duplicate content in the SERPS. Please help! Thank You
  2. Maruk

    The Perfect htaccess File For Your Wordpress Blog...Well, Almost Perfect...

    First off, not my file, not my method. I got this from the following page: http://www.josiahcole.com/2007/07/11/almost-perfect-htaccess-file-for-wordpress-blogs/ # protect the htaccess file <files .htaccess> order allow,deny deny from all </files> # disable the server signature...
  3. skywalker55

    What settings do you recommend for htaccess and robot.txt files to camoflage WP-robot

    I cant ignore the constant output from google about clamping down on automatically generated content. They mentioned it again on their adsense email update today. So with that in mind I wondered if some of the Wp-Robot pros's would mind sharing there strategies for camoflaging WP-robots...
  4. C

    Htaccess Question

    hey guys I have a question I want to make via htaccess redirect 301 so that anyone who goes to site.com/blog/* lands on site.com/new-blog/ Redirect 301 /blog/ http://www.site.com/new-blog/ worx alright but keeps the extension if they go to /blog/1.html then it will send them to...
  5. SuperBlackHat

    Need Help - Htaccess - rewrite www to http

    I want to make www.mydomain.com redirect to http://mydomain.com. Does anyone know how to do this properly? I tried: Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www.mydomain.com$ RewriteRule ^(.*)$ http://mydomain.com [R=301,L] The browser told me: Too many redirects...
  6. M

    Different Home Page for Google Bot than For Normal Users

    Lets say i have domain http://example.com. In case google bot access my site i would like to serve example.com/main.html as home page. In all other cases home page should be as normal (accessed through http://example.com - default root pahe is index.php) So far i come up with this...
  7. ch8878

    Does anyone have the htaccess code from portalfeeder blog ?

    The reason I asked is because I seen the video it said to go to the blog and the blog isnt there any more the video is here http://www.youtube.com/watch?v=76CltyxnFVw If you have the code please share !
  8. L

    How can I block a folder from WP custom permalinks?

    I have a WP blog installed in the root folder and I installed a separate PHP program in a new sub folder. When I go to activate the PHP program in the subfolder it comes up with a 404 error page not found because my WP custom permalinks are changing the filenames in my subfolder where the PHP...
  9. mrmidjam

    Strange wordpress .htaccess file problem.

    Here I am again asking for help, i`m sure soon i`ll be helping noobs like me. The last couple of days my site has gone down with 500 error, so checked out the .htaccess file and noticed a lowercase s right at the bottom of the code. Notice the lowercase s, so i deleted the s and all was...
  10. kharm

    WP-O-MATIC and htaccess

    I used an HTACCESS to prevent the search engines from indexing my plugins page, but I realized it also blocked wp-o-matic and simplepie... Any ideas how to get around this and still prevent plugins from getting indexed?
  11. 1

    Need Help > .htacces anti leech problem

    Hi Guys, This is what i am trying to use to protect my gfx for a new project. But im guessing that i am doing something wrong cause when i try to acces my files i get a Forbidden problem. So i guess it works to good :D Now i know a little bit of .htacces but i cant figure this one...
  12. undeterminederror

    .htaccess Rewrite

    I use mod rewrite like this: RewriteEngine On RewriteCond %{HTTP_HOST} !^www.MY_SITE.com RewriteCond %{HTTP_HOST} ([^.]+).MY-SITE.com RewriteRule ^(.*)$ http://MY-SITE.com/index.php?category_name=%1 its a wordpress blog and i have enabled the wildcards. so it redirect...
  13. Y

    redirect individual page only to new site

    hi guys, I need to redirect sitename.c0m/blue-bananas.html to newsite.c0m. I only want to redirect this page, not the entire sitename.c0m domain. How do I do this in php? And, is it possible to send sitename.c0m/red-bananas.html to anothernewsite.c0m as well as the blue-bananas.html...
Back
Top