Many times users are asking us how they can setup their user-generated seo cloud without using a subdomain. There are several methods with the easiest being an htaccess rewrite rule. Example:
RewriteEngine On
RewriteRule ^search(.*) http://yoursite_com.stage.searchspring.net/$1 [NC,P,L]
This example will allow you to produce a URL like so:
http://www.yourdomain.com/search/keyword
Comments
0 comments
Article is closed for comments.