A URL rewrite engine is software that modifies a web URL's appearance (URL rewriting). Rewritten URLs (sometimes known as short, fancy URLs, or search engine friendly - SEF) are used to provide shorter and more relevant-looking links to web pages. The technique adds a degree of separation between ...
0
votes
0answers
15 views
optimize htaccess
I have two condition which are conflict
RewriteRule ^patients/findadoctor/(.*)\.html$ subcategorydoctor.php?id=$1 [L,NC] and
RewriteRule ^patients/findadoctor/(.*)\.html$ ...
0
votes
0answers
15 views
SEO - Big revamp of my URL structure - please suggestions [duplicate]
I have a big network of sites in many countries. There are over 30-40 Million indexed pages in 34 countries, what will be re-indexed hopefully and will be redirected with 301 to the new URL structure, ...
1
vote
2answers
58 views
Are there some permalink typology better than others for SEO?
I am pretty new in WordPress and on my blog I am using permalinks.
I have seen that there are 5 topologies of permalinks and I don't know if some types are better than others for search engines for ...
0
votes
0answers
20 views
New to URL Rewrite [duplicate]
I have absolutely no knowledge in this and have tried several attempts to turn
http://mcserverworld.net/library/site/register.php
into
http://mcserverworld.net/register
I am using a xampp ...
1
vote
1answer
38 views
how can I set parameters for google webmaster tools to index my dynamic content
I have read questions about URL parameters in Google Webmaster Tools in this site and the Google Webmaster Help Center but I have a problem.
My site searches in the database and show some ...
1
vote
1answer
21 views
Redirecting previous domain subfolder links
I've recently bought a domain that was unregistered. After looking in Google webmaster tools, Google is trying to crawl random pages that don't exist. Turns out it did have a previous owner.
The ...
1
vote
2answers
40 views
Redirect multiple cctld's subdomains to tld subdomain
I have a site I use for development testing on one of our development servers, it is hosted at dev.domain.com.
I basically want to have www.domain.com, www.domain.ca, fr.domain.ca all point to ...
0
votes
1answer
44 views
Rewritten URLs stopped getting indexed a month ago
I'm working on a website for someone which sells their products on their web site. There is an item.php page which displays the item for sale. I switched all item pages/inks from dynamic URLs to ...
0
votes
0answers
27 views
URL rewrite with mod_rewrite
I have rewrite rule in parent directory which rewrites URL:
From example.com/index.php?id=test&cat=category
To example.com/index?test&cat=category
Here is my .htaccess file:
Options ...
0
votes
0answers
36 views
domain and subdomain working with drupal
I have a domain let its called www.example.com and I have a Drupal instance of this as a subdomain called dev.example.com. example.com is place directly at the root of public_html while the Drupal ...
0
votes
1answer
60 views
Why is ww35 used in some URLs? [duplicate]
A question asked on my website here http://www.wrangle.in/topic/av5b5ymlhoyc/what-is-the-difference-between-www-or-ww
I want to give them answer but I didn't find anywhere on google. So I thought ...
1
vote
1answer
54 views
Are there any possible pitfalls/issues that can arise from URL Rewrites?
I'm in the process of move a website for a client, utilizing a new theme. Usually this is straightforward enough but some of the base 'category' URLS they use are mess and they would also like to be ...
2
votes
2answers
66 views
URL re-write for indexed pages [duplicate]
I have a blog with around 40 posts, and i want to change the URL structure these posts. this is my old URL something like:
http://domain.com/blog/2013/02/04/string-here.html
i want to set the URL ...
3
votes
2answers
146 views
Is it bad to use Japanese characters in search-friendly URLs?
I'm new to SEO and I'm implementing SEO-friendly URLs in my site.
The code works perfectly, however I would like to know if using Japanese characters (Kanji / Hiragana / Katakana) in the URL affects ...
2
votes
1answer
84 views
do we have to add/remove a trailing slash for pagination page numbers in the url. how seo considers that?
My module is paginated. I want to either add a trailing slash or remove a trailing slash.
For now i am thinking of adding a trailing slashes to all URLS.
What will be the effect on adding a trailing ...