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 …

user2603911
- 9
- 1
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):