|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#11 (permalink) | |
|
Elite Googler
![]() |
Quote:
A Simple 4 Step Approach To Have Google Crawl Your Site Today Guaranteed! Webmaster Help Center |
|
|
|
|
|
Sponsored Links
|
|
|
|
#12 (permalink) | |
|
Senior Googler
![]() |
.htaccess R=301 ?
Hi,
Can u tell me where to use .htaccess R=301 and how to use ? Quote:
|
|
|
|
|
|
|
#13 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
First of all, not all hosting companies allow creating .htaccess files on your server, so contact your provider and ask.
Creating mod_rewrite rules is highly difficult for common users, even for me sometimes. How it works: create a file ".htaccess" with special commands (rules) and put it in your home directory of your web site. To learn how to create rules, Google for "mod_rewrite examples" or "mod_rewrite r=301". R@ |
|
|
|
|
|
#14 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
.htaccess example:
Code:
RewriteEngine on common syntax: RewriteRule "old location" "new location" [R=301,L,nc] example: RewriteRule ^index.php?page=1$ index.php?page=newpage [R=301,L,nc] |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (ask) tips to attrack google crawling everyday | indoman | Search Engine Optimization Forum | 10 | 04-24-2007 03:21 AM |
| How to avoid search engines crawling | Hit man | Search Engine Optimization Forum | 7 | 04-10-2007 11:47 AM |
| Is Search Engine Crawling Considered as hit ? | mayavi | Web Browsers and Statistics | 2 | 10-07-2006 03:47 AM |
| How do I know when google has been crawling my page? | tilbryllupet | All About Google | 6 | 01-27-2006 09:17 AM |
| http://www.gorkite.com crawling | rich.peck | All About Google | 1 | 12-30-2005 10:25 AM |