Questions tagged [base-path]

37 questions
0
votes
1 answer

jekyll BASE_PATH doesn't work

create a repo in ithub "github.com/name/blog".in the _config i set BASE_PATH = ""name.github.io/blog", but it dosen't work",when visit the "name.github.io/blog/", find the probleam, css and js get failed, for example style.css request url …
0
votes
1 answer

Setting base path dynamically through jquery/javascript?

Is there a way to dynamically change the content inside the tag?, throught jquery or javascript? I am not using php or any server side script. I am using backbone.js and hence i have a .html file. I have come to a situation where i would need to…
Roy M J
  • 6,926
  • 7
  • 51
  • 78
0
votes
1 answer

php imagejpeg path in laravel broken

my imagejpeg function is failing on my remote website, works fine locally. This is the code I'm using at the moment wich works fine locally. imagejpeg($dst_r, path('public') . 'thumbnails/' . $filename ,$jpeg_quality); When I try it out on my…
Stephan-v
  • 19,255
  • 31
  • 115
  • 201
0
votes
1 answer

path lo load .js file in localhost subfolder not working, only in basepath

Just having a hard time here, hope it's really to solve... Here it goes: While trying to include jQUery, in a script, it will only load it if the file is located in the base directory (working with localhost, my file is called jquery.js):
0
votes
1 answer

zend framework basepath

hi i have a web application installed in a remote server i wanted to modify this web application so i downloaded all the files from the server .zfproject library folder application folder public_html folder and i created a folder called newZend in…
-1
votes
1 answer

Spring data rest disable CORS on base-path

I'm developing a REACT app on localhost:3000 and have a spring data rest backend running on localhost:8080. I've found out how to disable CORS policy for specific RestRepositories for example: @CrossOrigin("*") public interface EmployeeRepository…
Sunfile
  • 101
  • 1
  • 4
  • 22
-1
votes
2 answers

codeigniter code is not able to print image on web project

in my project I want to add image to show the link in which the my code is return image if I use
Smoke
  • 89
  • 1
  • 8
  • 15
1 2
3