I just started using Fortrabbit to host the app we are working on. I am using Laravel 4. For some reason there are a select few .css fils and all of my .js files are not accessible. I am getting a 403 access forbidden error. How do I get around this. I have made sure the files are there, but for some reason I am unable to access them. I even tried running chmod 777 and 775 on my assets directory.
How do I access my js files in fortrabbit
225 Views Asked by user3095721 At
1
There are 1 best solutions below
Related Questions in SSH
- Mule 3.6 Custom Java Class
- Permission denied hg-git
- Is it possible to clone a private git repo without adding ssh keys
- How can I figure out which process is opening the certain tcp port?
- Working on two different Git Organization repos using two different credentials in proxy mode
- SShpass not allowed with Travis CI
- vi/fugitive: Gpush does not exit... sometimes
- Prevent Linux user from connecting with WinSCP
- Expect Script through Putty works but not when called by scripts executed via http
- Vagrant : Create new user and force the use of ssh keys for accessing the server
- Trouble Connecting to MySQL via SSH
- Error in executing a Jar file in remote machine
- Workbench migration via ssh - how to set up a tunnel
- Program running non-stop in ssh
- How to Stop Node.js on Ubuntu and log out without stopping
Related Questions in LARAVEL
- Attempting to bind Guzzle Curl Client to Laravel's Service Container -- then Type Hint the Client Fails when attempting to __construct()
- Can not access the 3rd table in laravel 5 in 3 tables have relationships
- No laravel sync folders in homestead vagrant on windows
- How to use where date(timeline) in Laravel Query Builder
- Laravel Eloquent "Many-to-Many-to-One ?"
- Laravel: Locale Session: Controller gets Parameter to change it but it cant. U have to hardcode it
- Stopping an infinite loop process in vagrant
- Insert multiple rows in Laravel
- laravel full-text search with multiple keywords together
- Laravel : Saving a belongsToMany relationship
- Add a Controller to a Laravel 5 Package
- Laravel. Eloquent query for two tables
- Add readonly attribute in form model binding only when editing in laravel 5
- Laravel firstOrNew how to check if it's first or new?
- How to show variable in view blade.php page using laravel paginator::make
Related Questions in LARAVEL-4
- Can not access the 3rd table in laravel 5 in 3 tables have relationships
- Laravel 4.2 : add soft deleted items to whereHas condition
- why session push in laravel store my value in new array with zero index
- Routing issue with Laravel 4 and AngularJS in html5Mode
- cannot use Auth::user() in laravel 4.2
- foreign key not recognised in laravel 4.2
- Laravel 4 imagecache intervention not displaying images
- Deploy Laravel 4.2 using only FTP in a shared hosting
- jquery events on advanced datatables
- Wrong pagination link count laravel
- file get contents(#) failed to open stream HTTP request failed
- Updating a column giving error in laravel 4
- How to compare 2 'created_at' dates in Laravel 4.2 Mongodb
- Laravel 5 - Add a stylesheet only if on a certain page/controller (page specific asset)
- Laravel file validation after submitting form via jquery submit();
Related Questions in HTTP-STATUS-CODE-403
- SSL certificate error 403.13 in IIS 7.5
- VVV 403 Forbidden error (vagrant)
- Error 403 when posting on Facebook a Joomla URL for multilingual site
- One of the controllers return 403 after publishing
- Ajax Call Returns 403 From Asp
- W7, apache, php: 403 Forbidden You don't have permission to access /phptest/phpinfo.php
- Google Webmaster API - Mark crawlerros as fixed
- file_get_contents won't return the source code
- 403 Error for user verification (API)
- 403 Forbidden Error with Wordpress
- Cordova Android App can't post 403 Forbidden
- AJAX POST 403 Permission Denied Error - Even though I am sending auth headers
- Python 3.5 urllib.request 403 Forbidden Error
- Prestashop 1.7.0.3-1.7.0.2 Fresh Install 403 Error
- Complicated Wordpress scenario trying to get https up and running
Related Questions in FORTRABBIT
- Multiple alias in one account
- Importing mysql dump
- 'image upload' not writing to MySql database or public folder with Laravel 4.1 (with Croppa) on Fortrabbit
- Fortrabbit: How to set composer install as default method?
- Avoid the ImageNotWritableException in Fortrabbit using Intervention
- How do I access my js files in fortrabbit
- Multiple databases with one Fortrabbit app using Laravel 4.1 and mysql
- can't access fortrabbit mysql db through terminal (ssh)
- Fortrabbit deployment error with github
- Laravel Impersonate works locally, but not on production server
- Laravel-4 and phpmyadmin installation in fortrabbit
- How to install wkhtmltopdf on fortrabbit?
- Fortrabbit Worker + IronMq + Symfony2
- Cloning a fortrabbit app to another fortrabbit account without its dashboard/git credentials
- 'ssh' is not recognized as an internal or external command
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Access forbidding errors usually relate to some kind of (overzealous) .htaccess rule. I'd recommend to open a ticket with the App name and URLs to the problematic files..