Jump to content

Single PHP file getting redirected too


olli460

Recommended Posts

Hello,

 

Ive got a wordpress blog and i uploaded a file called submit.php

 

When i try and load it in my browser it just redirects saying no file found.

 

 

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Link to comment
https://forums.phpfreaks.com/topic/175797-single-php-file-getting-redirected-too/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.