The path tag has no wiki summary.
0
votes
0answers
77 views
Xampp and file paths
I'm having hard time with xampp, it realy 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 ...
4
votes
2answers
96 views
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 ...
4
votes
1answer
133 views
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 ...
0
votes
2answers
185 views
How to allow nonsense characters as web url for example: & * Ö :: and more
I have a database which contain many name with combination of those characters. Once i will reload them, they will become public web url.
So that visitor if open this url (its valid??): ...
1
vote
1answer
125 views
Routing and relative paths
CodeIgniter and many other PHP frameworks rout URLs,
e.g. if default controller is root.php then both URLs will work
website.com/
website.com/root
if controller has a function 'login' then this URL ...
0
votes
0answers
39 views
What are pitfalls in SEO when internationalizing a website? [duplicate]
Possible Duplicate:
What Ranking Factors Are Used For International Search?
There are 2 basic ways I have been looking into to make a website multilingual:
1. subdirectory/subdomain ...
1
vote
2answers
254 views
Search engine friendly? index.php/path/to/page
Some content management systems have one entrance file e.g. index.php and depending on what comes after in the URL path, the system knows what data to pull.
My question is if search engines index ...
1
vote
3answers
53 views
Does the url path have to be same with the actualy categories we have setup?
Say for example we got an eshop, with a category "car spare parts" that includes a category called "tires" which has our product in there.
We have created a menu on the left where the visitor clicks ...
8
votes
2answers
644 views
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 ...
21
votes
5answers
494 views
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?
