Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
nicknsj
Joined: Aug 28, 2005
# Posts: 10
|
Posted: 09/29/2005 10:56 pm
Hopefully someone can help me out.
Is mod rewrite basically just cloaking and if so why is this allowed by seach engines?
I look forward to your responses.
Nick
|
 |
lizardz
Joined: Nov 12, 2004
# Posts: 1394
|
Posted: 09/30/2005 01:16 pm
No, mod_rewrite is not basically just cloaking. Not sure where you got that idea.
Mod_rewrite rewrites a given url to something else, often for example changing a url that looks nice and friendly:
/folder2/subfolder4/file12.htm to say site.php?folder=2&subfolder=4&file=12
for example. This isn't cloaking, it's just creating a nicer looking url that gets spidered better in general since each programmed page appears to be a static separate url.
Other uses are assigning 301s or 302s to pages, for example if you rewrite a site, with proper rules the search engines, old backlinks, etc, will be correctly redirected to the new url transparently.
Cloaking is completely different, it queries either the user agent, to test if it's a spider bot, or the requesting IP address, to see if it comes from a certain IP range known to be used by search engine spiders, then delivers different content based on the results, spammy keyword stuffed content to the bot usually with IP cloaking, trimming of extra page content often for useragent based cloaking, which isn't really black hat at all, many of the biggest sites on the web use useragent based page alterations.
This process doesn't really involve any rewriting at all, it's usually done post http request, by the script engines of the site.
Modrewrite happens at the time the request is received by the server, before the request is processed by the site.
|
 |
nicknsj
Joined: Aug 28, 2005
# Posts: 10
|
Posted: 10/02/2005 06:15 pm
Thank you so much for the great reply.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|