Skip to content

Commit 1104dce

Browse files
committed
Use relative path to CGIPath.
1 parent d80b6df commit 1104dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mt-config.cgi-original

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
################################################################
1313

1414
# The CGIPath is the URL to your Movable Type directory
15-
CGIPath http://192.168.58.25/cgi-bin/mt/
15+
CGIPath /cgi-bin/mt/
1616

1717
# The StaticWebPath is the URL to your mt-static directory
1818
# Note: Check the installation documentation to find out
1919
# whether this is required for your environment. If it is not,
2020
# simply remove it or comment out the line by prepending a "#".
21-
StaticWebPath http://192.168.58.25/mt-static
21+
StaticWebPath /mt-static
2222

2323
#================ DATABASE SETTINGS ==================
2424
# CHANGE setting below that refer to databases

0 commit comments

Comments
 (0)