Skip to content

3.2.9 install on Windows #737

Answered by coldacid
JayTea144 asked this question in Q&A
Jan 3, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Unfortunately there are issues with installing 3.0 through 3.2 on Windows using the setup scripts. What has happened is that the path separators in the absoluteurl value in your generated config.php were either parsed out as a security precaution or were never saved in the first place. If you open up config.php, find the line that starts with $absoluteurl = (should be line 13) and replace it with the following line:

$absoluteurl = 'C:/Apache24/htdocs/podcast/'; // The location on the server

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JayTea144
Comment options

@coldacid
Comment options

@JayTea144
Comment options

Answer selected by coldacid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants