How to redirect a url (webpage)?

13 sec read

301 redirect

Put .htaccess file in your web directory. In .htaccess include:

Redirect 301 /index.html http://www.example.com/start.html

The file ‘index.html’ doesn’t have to exist.

meta redirect

Include the following line in <head> block.

<meta http-equiv=”refresh” content=”2;url=http://webdesign.about.com”>

Avoid using meta redirect if possible. Meta redirect is (1) slow and (2) search engine unfriendly.



写作助手,把中式英语变成专业英文


Want to receive new post notification? 有新文章通知我

文献分析可以发SCI文章吗?

该文章可以通过该链接完整阅读(包括图片。这些图片有时微信禁止转载)。 我们印象当中,发文章需要做大量的实验和分析。实验对象可以是原子、病毒,可以是疾病、人群,也可以是恒星、宇宙。可是,如果分析的对象是
Xu Cui
14 sec read

Google Chrome takes too much CPU

I have been noticing for a while that Chrome takes too much of my CPU. It constantly consumes about ~30% or even more CPU even if I have only a blank page opened. As a consequence, my CPU fan is always running, making some noise which can be annoying
Xu Cui
32 sec read

Functional Near Infrared Spectroscopy (fNIRS): List of manufactures

Contents Company Products Artinis Brite, OxyMon, OctaMon, PortaMon, PortaLite BIOPAC fNIR 100, fNIR2000M Series CORTIVISION PHOTONCAP Huichuang Medical NirScan-900X, NirSmartⅡ- Pro GOWERLABS NTS fNIRS system, LUMO HAMAMATSU NIRO-200NX HITACHI ETG-410
Xiaodan Feng
14 min read

Leave a Reply

Your email address will not be published. Required fields are marked *