ruanjianbai / opm-server-mirror

Automatically exported from code.google.com/p/opm-server-mirror
0 stars 0 forks source link

http://www.your_website.com/your_folder_if_any/如何转变成包含自己的空间(域名)的连接?期待有心人解答 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by chengzhu...@gmail.com on 11 Dec 2009 at 6:41

GoogleCodeExporter commented 9 years ago
http://www.your_website.com/your_folder_if_any/

这个地址的意思是说,你的域名是www.your_website.com,然后随便
创建根文件夹(如
your_folder_if_any),把 index.php 放进去即可;如果你使用 
Java,这个名字就应该是你做
servlet映射时的名字:
<servlet-mapping>
    <servlet-name>Opm</servlet-name>
    <url-pattern>/your_folder_if_any</url-pattern>
</servlet-mapping>

Original comment by davidzhu...@gmail.com on 1 Jan 2010 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by natya...@gmail.com on 19 Sep 2010 at 3:32