现在,我的网站已经足够庞大,我认为,有必要将网页转换到网站,以帮助我今后更新。 问题在于:我的网站在网站上有多个链接。 例如,这些链接点与www.example.com/page1.html,但现在该网页将改名为www.example.com/page1.php。
人民如何解决这一问题? Simply redirect the html page to the php page? 是否有任何替代办法? 这是否对地静止轨道有任何影响?
增 编
现在,我的网站已经足够庞大,我认为,有必要将网页转换到网站,以帮助我今后更新。 问题在于:我的网站在网站上有多个链接。 例如,这些链接点与www.example.com/page1.html,但现在该网页将改名为www.example.com/page1.php。
人民如何解决这一问题? Simply redirect the html page to the php page? 是否有任何替代办法? 这是否对地静止轨道有任何影响?
增 编
URL Rewrite: http://d.apache.org/docs/2.0/misc/rewriteguide.html
http://roshanbh.com.np/2008/02/hide-php-url-reform-htaccess.html
The least intrusive method is to simply have your webserver treat .html files as PHP files. That way your links can stay intact, and progressively replacing static .html pages with actual php-enabled pages can be done in an essentially transparent method to users.
不用说“PHP”字。 只有包含<代码><?php ?>代码区块的文档,这些区块将在含有的档案通过PHP时加以解释/执行。
除非您的html网页含有可被误解为实际编码的SMPLES,否则就会出现通过PHP处理的任何问题。
作为微小的附带利益,你所在的地点正在使用购买力平价,因为所有导游都说“.html”。 但是,这样,由于肥胖而形成的安全,就算不上真正安全的任何东西。
你们可以做301次回头(SEO的罚款),或者只是将URLs重新贴在内部的第1.html页。
这两种解决办法都可以在 rel=“nofollow”>.htaccess文档(假设你正在使用pache作为你的网络服务器)上进行。
或许可以考虑使用像梦想这样的工具来管理网站。 这样,你可以很容易地重新命名网页,并更新与几个点相链接。
:
正如马克·布的答复,
没有任何“PHP”文字。 仅有一些含有密码区块的档案,这些档案一旦通过PHP通过,就会得到解释/执行。
i) 说是真实的,如果你想把你的html档案绝对变成了网站,那么就简单地将<条码>和提了;?
如果是窗户8或更高用户,则在档案勘探者中点击“观点”,然后核对档案名称的延伸。 现在,你能够看到推广的例子。 html和许多其他档案的延伸,例如:jpg, mp3 e.t.c., 这有助于你很容易地改像样。 php,但不是例子。 如不核对档案名称的延伸,则网站www.un.org。
我建议你使用CodeIgniter(kickass php framework)。
也可以通过使用《国际公认法典》
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!