Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

220
Views
No tienes permiso para acceder a este recurso

Creé un proyecto en Laravel y configuré mi proyecto en hosting. Pero no puedo ver fotos en mi sitio web. cuando verifico el error me sale este "Prohibido No tienes permiso para acceder a este recurso.

Además, se encontró un error 403 Prohibido al intentar usar un ErrorDocument para manejar la solicitud." ¿Cómo puedo solucionar esto?

aquí está mi código .htaccess

 <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> RewriteEngine On # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] </IfModule>

Uso la certificación SSL para mi sitio web. y creé el middleware HttpsProtocol. aquí está mi código HttpsProtocol

 public function handle($request, Closure $next) { if (!$request->secure() && App::environment() === 'production') { return redirect()->secure($request->getRequestUri()); } return $next($request); }

y uso este middleware en mis rutas/web.php

aquí está mi ruta web.php

 Route::get('/posted-cvs', 'PostedCvsController@index')->middleware(HttpsProtocol::class);

no se como solucionar este problema el sitio web funciona, pero cuando selecciono la categoría de cvs publicados, no puedo ver la imagen de los usuarios

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!