A URL, or Uniform Resource Locator, is an address for a file or resource that specifies where that resource is, and how to go about retrieving it.
4
votes
4answers
192 views
Using subdomains or directories for main categories?
I have a website which references places to travel to in the world. Those places are (of course) grouped by countries.
Here is an example of an actual URL of my website:
...
2
votes
2answers
60 views
website forwarding, keeping original URL
We have example.org (our main site) registered and hosted on an american server.
We bought example.gr domain name in Greece, a local registrar.
We made .gr point at .org DNS all right.
A visitor types ...
2
votes
2answers
225 views
301 redirects. What's best way to get list of all my URL's to start the process of redirecting?
New Magento version of a site about to launch. What the best way to create a list of URLs on my site that ensures I haven't missed any - so i can do redirects on them? And do I want to redirect all ...
1
vote
2answers
57 views
What is the effect of Dynamic URL's on SEO
I have around 150 dynamic URL's as below
http://mydomain.com/training/register.php?key=01ue3be299a-6bc1-1030-a2db-e4115bd593d8
...
1
vote
2answers
91 views
How do I forward/redirect a website from a folder in a subdomain to another server?
I have a client with a site at subdomain.example.com/folder
I've cloned it locally in MAMP. Once I've made some changes, I need to host it at an alternative physical server. (I intend to use a ...
1
vote
2answers
593 views
Need some help on tomcat URL mod_rewrite or mod_jk
I am trying to remove the context name from the URL of my server.
Current URL - http://www.domainname.com/MyApp/
What I need to make is to make it available at - www.domainname.com/
So it is only ...
3
votes
1answer
37 views
Google non-SSL search not passing the “q” parameter with keyword
I am building a web analytics application for search engine traffic only and right now I am looking into providing some information about keywords that google does not show. Like not provided keyword.
...
3
votes
1answer
102 views
Remove dynamic generated end of URL
I have a Joomla 2.5 website with joomshopping and AceSEF extension component.
SEF URL generation works just fine except one issue.
For some reason, there are dynamic parts generated in the end of ...
3
votes
1answer
802 views
Redirect a url to another url in IIS 7.5
I have no idea why this isn't working. I've tried creating map rules and then rewritng and redirecting the url. I've tried just redirecting it with a simple rewrite rule and no matter what, the only ...
1
vote
1answer
104 views
URL rewrite and domain frame
I have registered the domain www.posti.sh at nic.sh. The website is on the server www.myskoob.com/postish. Unfortunately, nic.sh does not support frames, i.e. that the domain stays posti.sh as it ...
0
votes
1answer
179 views
Redirecting a subdomain from wordpress.com to an external web address
I have a question about redirecting a subdomain of a blog hosted on wordpress.com to an external URL.
Given the following:
1) I own a domain name foobar.com purchased from another registrar (not ...
1
vote
0answers
17 views
map a sub page of a domain to google sites
I control a subpage of a site: economics.university.edu/summerschool
I have access to CNAME, etc. However I want to use Google sites to create the site and then map the URL above to my Google site. ...
1
vote
0answers
40 views
app URI scheme fallback URLs
I am working on a mobile friendly website and liked the idea of having my URLs open in native apps; like say to Google Maps or Facebook using custom URI protocols eg fb:// or comgooglemaps://. ...
1
vote
0answers
290 views
URL redirection to same domain on different server
We have existing domain on non-IIS server and now we have moved it to IIS server. Client want us to redirect the URL from existing server to new server with same domain name.
We will modify the ...
0
votes
0answers
21 views
URL requests with [object] in place of parameter values
We're seeing requests to our server with the literal [object] replacing the values where parameters should be. For example: http://example.com/users/[object].
I've found some suggestions that it ...
0
votes
0answers
36 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
25 views
Multi user issue in Drupal 7
I am trying to create a web site in which there are different link for each user.
For example if my site address is example.com and there are three users:
u1
u2
u3.
If any of them is logged in, ...