English 中文(简体)
某些矿址是否包括档案延期?
原标题:How come some site urls do not include a file extension?

例如,我正在浏览互联网,并且注意到,YouTube载有一个与这个链接的URL,以表示一个录像页:

我的网址将“URL”作为专题网页:http://www.example.com/page.php?topic_id=6f3246d0sdf42c2jb67abba60ce33d5cc

差异在于,如果你已经注意到,在你管上,他们的监视页没有档案延期,那么我很想知道,有些地方没有使用档案延期,它有什么用处?

最佳回答
问题回答

你们看到的是URL 路线。 服务器没有提及具体档案(例如,第63页),而是使用一个路由表或配置,把申请交给实际上使html成为可能的手里(或者取决于所回的圆形类型)。 如果你注意到,StackOverflow使用同样的机制。

延长期限与否无关。 浏览器在服务器退回的监评类型上运行,而不是在URL中使用的任何延伸。

关键是《吉大港山区行动计划》的回复头目<条码>。 与此类似:

HTTP 200 OK
Content-Type: video/flv
Content-Length: 102345

DATA-DATA-DATA-DATA-DATA-DATA-....

另见:

Content-Disposition: attachment; filename=genome.jpeg;
     modification-date="Wed, 12 Feb 1997 16:29:51 -0500";

更详细情况:

充其量,在互联网上任何用途的档案。 浏览器对档案延期进行处理。 您可以充当国家安全局的档案。 因此,它为什么不能简单地放弃它呢? 这可以缩短URLs。

此外,“笔记”允许使用更可读的ur。 您可能不理解<代码>/类别.php?id=455,但您确实读到/455-some- category

如果你想做这件事,并且正在使用阿帕奇,就会看 mo。

导游应适当视为用户接口的一部分。 因此,它应当旨在传递关于用户在现场的地点和网站结构的信息。

ur:

Isite.com/sport/soccer/brazil_wins_worldcup

向用户讲述了网站的结构,以及他目前所处的位置。 相比之下:

mysite.com/article.php?cateogry=12&articleid=371

它是无用的,而是暴露了不相关的执行细节,例如使用哪一种语言来制作网站,以及该条的背后之处(例如,储存在数据库中,以这种方式提供)

除了这一估计性论点(登机使用户面临不相干的执行细节)之外,它还有助于使网站今后不受影响。 既然你从未听过你选择的语句,你可以随后升至Ruby或Adhur,而世界上没有任何链接可以告诉你,现在只有404个。

设计对用户具有意义的设计书,和<>m>成为未来防护品。

www.un.org/Depts/DGACM/index_french.htm

On the Web, the period (.) character is commonly used to separate the file name and extension portions of a URI. A REST API should not include artificial file extensions in URIs to indicate the format of a message’s entity body. Instead, they should rely on the media type, as communicated through the Content-Type header, to determine how to process the body’s content.

(1)http://api.college.restapi.org/students/3248234/transcripts/2005/fall.json (2)http://api.college.restapi.org/students/3248234/transcripts/2005/fall

(1)File extensions should not be used to indicate format preference. (2)REST API clients should be encouraged to utilize HTTP’s provided format selection mechanism, the Accept request header. references: design REST api rulebook

下面,我用在我的入口处做的是,如果没有超文本或PHP的延伸,则尿素仍然正确。

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f

也就是说,如果浏览器中注明姓名的档案与网站服务器中的目录(-d)或文档(-f)相匹配,则改写以下规则:

RewriteRule ^(.*)$ $1.html

i m 不能确定以下工作如何进行,但我认为,在改写为html之后,如果它仍然不与它相匹配,那么它就会改写为:

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

如果仍然不匹配,将显示404页。

您还可以将404条与以下法典重新定位。

ErrorDocument 404 /404.html

重要的是,该守则在我的网站上发挥作用。

rel=“nofollow noreferer”>http://mintnet.net/services

http://php.mintnet/home

这些人不需要档案延期。





相关问题
Using PHP to find part of a URL

Take this domain: http://www.?.co.uk/elderly-care-advocacy/mental-capacity-act-advance-medical-directive.html How could i use PHP to find the everything between the first and second slash regardless ...

Domains & Foreward Slash

This is rather difficult to explain so please bear with me. We will be hosting 4 websites on our server and the plan is to have each site sit under its own domain: site-a.com site-b.com sub1.site-b....

Encoding of window.location.hash

Does window.location.hash contain the encoded or decoded representation of the url part? When I open the same url (http://localhost/something/#%C3%BC where %C3%BCtranslates to ü) in Firefox 3.5 and ...

Auth-code with A-Za-z0-9 to use in an URL parameter

As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

采用网路服务方法

我撰写了一个网络服务,期望一个参数(所谓的“hlink”)成为一种ur。 在使用网络服务之前,URLEncode 所涉参数(“hlink”)。 然后我打电话......。