Jump to content

Problems with URLs


Carlos19950

Recommended Posts

good I was setting the URL of the web page but they do not want to leave me I get error 404 then I sent the Htaccess, Then you have not been able to modify it so that it is correctly you can help me

https://www.descargalo.top/file/1-la-muerte-de-superman/?do=download&csrfKey=7fb8a772c93639aa2f9c5de8ae89b43c

 

Screenshot_2.png.b4d18c0585b57da30574166d88285cc6.pngScreenshot_1.thumb.png.47d6e3210990e27cab8f5eca7ce524e3.png

Link to comment
Share on other sites

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
  • Create a new file in your forum's directory.
  • Name it .htaccess
  • Copy and paste the following into that file.
  • Click Save.
  • Turn Rewrite URLs off and then back on. It should work.
  • Upvote 1
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

4 minutes ago, Jeffrey said:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
  • Create a new file in your forum's directory.
  • Name it .htaccess
  • Copy and paste the following into that file.
  • Click Save.
  • Turn Rewrite URLs off and then back on. It should work.

Thank you friend, it served me.

  Now I have another question. I want to place an ad below the Download Button? where can I put itScreenshot_3.thumb.png.613802ccc993af7c92832c5093aa84b6.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...