Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K

2 Posted Topics

Member Avatar for Ragnarok

does your apache includes a mod_rewrite? have you tried "httpd -l" ?

Member Avatar for Member #2466
0
227
Member Avatar for himerus

The Alias directive allows documents to be stored in the local filesystem other than under the [url="http://httpd.apache.org/docs/mod/core.html#documentroot"][u][color=#0000ff]DocumentRoot[/color][/u][/url]. URLs with a (%-decoded) path beginning with [i]url-path[/i] will be mapped to local files beginning with [i]directory-filename[/i]. Note that you may need to specify additional [url="http://httpd.apache.org/docs/mod/core.html#directory"][u][color=#0000ff]<Directory>[/color][/u][/url] sections which cover the [i]destination[/i] of aliases …

Member Avatar for THSNET
0
290

The End.