Questions tagged [path]

31 questions
46
votes
4 answers

What does a double slash in the URL path mean?

What do double slashes often found in URLs mean? For example: http://www.example.com/A/B//C/ Please note: I'm not referring to the beginning right after http:.
aneuryzm
  • 1,907
  • 1
  • 17
  • 20
31
votes
5 answers

Why is it preferable to use paths with slashes instead of query-string variables in a web page URL?

Why is it preferable to use paths with slashes instead of query-string variables in a web page URL?
Chris W. Rea
  • 3,773
  • 1
  • 36
  • 48
12
votes
2 answers

URL paths and their effect on SEO

We are developing a website where there will be two distinct types of content: galleries and photos. It makes little sense to use URL paths like /gallery/photo as some photos can appear in more than one gallery (and duplication of content is bad);…
Metalshark
  • 3,683
  • 2
  • 21
  • 39
4
votes
2 answers

Difference between linking to specific page or folder

Is there a difference between linking to www.example.com/site/index.html and www.example.com/site/ since it'll point to the same page? I point everything i can to a folder on my website, i just think it looks better when the browser doesn't display…
riseagainst
  • 2,232
  • 3
  • 21
  • 36
4
votes
1 answer

Should I transliterate my URL paths?

I looked around and can't find any info on this, I must be searching the wrong terms or something because it must be a common question. If you have non-ASCII characters in your URLs, Firefox and Chrome show them nicely in the address bar (like…
Fletch
  • 141
  • 2
3
votes
1 answer

Usage of special characters in the URL path instead of query-strings to allow relative linking in a web proxy

I've received complaints that the links that my software is generating aren't following the W3C URL-specification. http://www.w3.org/Addressing/URL/url-spec.txt The links generated looks like this:…
Emil Hemdal
  • 131
  • 3
3
votes
1 answer

View referrals from one part of my site to another in Google Analytics

I have an online shop with a blog structured this way: Shop: example.com Blog: example.com/blog Both index have the same Google Analytic Code (UA). In the blog I write articles about some products with a link to the product page. Now the problem…
jsertx
  • 133
  • 3
3
votes
2 answers

Redirect root domain to path

Searched all questions by redirect keyword (e.g. 1, 2) but none of them fit my case. I want to redirect my domain (www.example.com) to another (sub-)domain including path and query if…
3
votes
0 answers

Putting an ampersand (&) in a webpage's path (via WordPress Yoast) can be problematic?

I consider putting an ampersand (&) in a webpage's path (via WordPress Yoast). I have a webpage with the h1 of "Questions and answers" and I'd like the webpage path to be just q&a (like example.com/q&a). If I'll write in Yoast q&a as path, can this…
user58733
3
votes
1 answer

How can I give FTP access to multiple folders in cPanel?

I am trying to create a FTP account in cPanel, and give it FTP access to multiple directories. There are a lot of folders, but I only want to give the user access to two of them. I know how to give access to single folder or all of the folders, but…
user76934
  • 31
  • 2
2
votes
1 answer

IIS Physical Path Incorrect

I have created a WebSite in IIS, with the following correct physical path: d:\inetpub\wwwroot\nameofsite. When i try and browse for this site, I get a 404 resource missing error. From the webserver, there error states it is looking for the…
John
  • 23
  • 1
  • 3
2
votes
0 answers

Xampp and file paths

I'm having hard time with xampp, it really getting me crazy. I have few installations of WordPress with Roots Template, which was loading without any css, js..etc. And the solution was to delete Boilerplate's default .htaccess and add: # BEGIN…
Test
  • 223
  • 2
  • 6
2
votes
2 answers

Where in the path may I put the language identifier?

My organization has an SEO Auditor telling us that we need to create subdirectories for languages that we support on our website. That requirement is fine. Our organization's site is comprised of a number of applications exposed at the gTLD of…
Andrew K.
  • 123
  • 4
2
votes
0 answers

Does it matter for SEO which keyword is first in the URL path?

Does it really matter in SEO if my URL is: https://example.com/test/18-apr-2019/author https://example.com/18-apr-2019/test/author https://example.com/author/test/18-apr-2019 Does it really matters which keyword comes first? As you can see URLs…
Dev
  • 21
  • 1
1
vote
2 answers

Why would my website suddenly require absolute URLs for CSS?

So for months on this site I've had paths to my CSS files that look like: /css/syles.css and they've worked fine. Today I updated the file and saw my changes weren't being reflected in the browser. In fact, in the Chrome's Inspector's Network tab…
MeltingDog
  • 1,373
  • 3
  • 21
  • 36
1
2 3