Carlos19950 3 Posted August 8, 2018 Share Posted August 8, 2018 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 Link to comment Share on other sites More sharing options...
Jeffrey 366 Posted August 8, 2018 Share Posted August 8, 2018 <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. 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 More sharing options...
Carlos19950 3 Posted August 8, 2018 Author Share Posted August 8, 2018 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 it Link to comment Share on other sites More sharing options...
Recommended Posts