Current Page: 1 of 1
Results 1 - 8 of 8
3 years ago
TejuKolli
I have tried to execute a code function showHint(str) { var xhttp; if (str.length == 0) { document.getElementById("IDD".innerHTML = ""; return; } xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { document.getElementById("IDD".innerHTML = this.respon
Forum: WampServer English
4 years ago
TejuKolli
Hi Thank you so much !! It helped me alot !!
Forum: WampServer English
4 years ago
TejuKolli
Hi Sorry to trouble you again i've tried Alias /docs "E:/" <Directory "E:/"> Options Indexes FollowSymLinks AllowOverride all Require local Require ip 12.18.4 </Directory> where saving these lines in docs.conf file in wamp(64)/alias/ I have added the below hyperlink in index.html file in my project folder <a href=&quo
Forum: WampServer English
4 years ago
TejuKolli
Thank you Similar to phpmyadmin.conf i changed the httpd.conf as follows Alias /userdocs "E:/" <Directory "E:/"> Options +Indexes +FollowSymLinks +Multiviews AllowOverride all <ifDefine APACHE24> Require local </ifDefine> <ifDefine !APACHE24> Order Deny, Allow Deny from none
Forum: WampServer English
4 years ago
TejuKolli
Yeah sure i've tried add those lines in httpd.conf file. After Include "${INSTALL_DIR}/alias/*" Alias "/userdocs" "E:/" <Directory "E:/"> Options +Indexes +FollowSymLinks +Multiviews AllowOverride all Order Allow,Deny Allow from all </Directory>
Forum: WampServer English
4 years ago
TejuKolli
Thank you after After reading the document i tried to write below lines quoted in httpd.conf file "" Alias "/docs" "E:/" <Directory "E:/"> Options +Indexes +FollowSymLinks +MultiViews AllowOverride all Order Allow,Deny Allow from all </Directory> "" Where i want access files from the E d
Forum: WampServer English
4 years ago
TejuKolli
Hi I really could not understand how this gonna really help me!! My query is to know how can i access path outside wamp installation folder As by default the hyperlinks are looking for the path inside "www", hence saying resource not found. I want to access someother pdf files which i don't want to include in www folder, but wanted them access on clicks. So my question
Forum: WampServer English
4 years ago
TejuKolli
Hi I'm trying to access the pdf files outside the wamp installation folder, where i got 404 error I've tried something like <a href="D:/hello/hello.pdf">hello</a> Could you please help me with this. Thanks in advance.
Forum: WampServer English
Current Page: 1 of 1