SID-01713: I got error 404....how to resolve
| Status: |
Answered |
TWiki version: |
4.2.0 |
Perl version: |
5.12 |
| Category: |
CategoryError |
Server OS: |
windows-7, 32bit |
Last update: |
10 years ago |
I have installed succefully apache and twiki. when i hit the URL: http://localhost/twiki/bin/configure its showing 404 error...could you please suggest me...is there any additional configuration in apache?
--
Manivannan L - 2013-05-30
Discussion and Answer
What is your
ScriptAlias in Apache's
twiki.conf file? For example if it is this:
ScriptAlias /do "/var/www/twiki/bin"
Then you would access http://localhost/do/configure. make sure to restart Apache after each config change.
The
{ScriptUrlPath} in TWiki configure needs to match the
ScriptAlias, e.g.
/do in this example.
--
Peter Thoeny - 2013-05-31
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
Peter Thoeny - 2015-12-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.