Posted1 week 1 day ago by Martin Price | System Horizons Ltd (yorkshirepudding) in Weekly Meetings
Recent comments
No, that won't work. My dev server's address looks like: localhost:1000/xyz/folder1/folder2
My prod server address looks like: example.com
Just using a relative...
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers.
For example, at the top of my Views,...
Comments
If you have FTP access edit the file...
system.core.json
Which is in...
/files/config_[lots of random numbers]/active
Line 35 (on mine) is
"file_public_path": "files",
Hope this helps.
Thank you! Your quick reply was very, very much appreciated.