List complete file name on a local apache httpd server
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a local Apache httpd server hosted and I have couple of directories and files inside it. The problem is its not listing the complete names of the files but instead its only listing the shortform
I am expecting my apache results to looks like this
- File1-10.0.0.1.txt
- File2-10.0.0.2.txt
- File3-10.0.0.3.txt
But instead my httpd server is cutting those full names and is displaying the following result
- File1-10.>
- File2-10.>
- File3-10.>
So it pretty much truncates the remaining character. How do I fix this? I am sure I can use Indexes but need a little more help.
linux apache-httpd filenames
add a comment |Â
up vote
0
down vote
favorite
I have a local Apache httpd server hosted and I have couple of directories and files inside it. The problem is its not listing the complete names of the files but instead its only listing the shortform
I am expecting my apache results to looks like this
- File1-10.0.0.1.txt
- File2-10.0.0.2.txt
- File3-10.0.0.3.txt
But instead my httpd server is cutting those full names and is displaying the following result
- File1-10.>
- File2-10.>
- File3-10.>
So it pretty much truncates the remaining character. How do I fix this? I am sure I can use Indexes but need a little more help.
linux apache-httpd filenames
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a local Apache httpd server hosted and I have couple of directories and files inside it. The problem is its not listing the complete names of the files but instead its only listing the shortform
I am expecting my apache results to looks like this
- File1-10.0.0.1.txt
- File2-10.0.0.2.txt
- File3-10.0.0.3.txt
But instead my httpd server is cutting those full names and is displaying the following result
- File1-10.>
- File2-10.>
- File3-10.>
So it pretty much truncates the remaining character. How do I fix this? I am sure I can use Indexes but need a little more help.
linux apache-httpd filenames
I have a local Apache httpd server hosted and I have couple of directories and files inside it. The problem is its not listing the complete names of the files but instead its only listing the shortform
I am expecting my apache results to looks like this
- File1-10.0.0.1.txt
- File2-10.0.0.2.txt
- File3-10.0.0.3.txt
But instead my httpd server is cutting those full names and is displaying the following result
- File1-10.>
- File2-10.>
- File3-10.>
So it pretty much truncates the remaining character. How do I fix this? I am sure I can use Indexes but need a little more help.
linux apache-httpd filenames
edited Jun 26 at 12:04
Jeff Schaller
30.8k846104
30.8k846104
asked Jun 26 at 11:17
Zorrom
241
241
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27
add a comment |Â
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451993%2flist-complete-file-name-on-a-local-apache-httpd-server%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This should be helpful for you: stackoverflow.com/questions/13736936/â¦
â mariaczi
Jun 26 at 11:27