Posts: 7
Threads: 5
Joined: Mar 2013
If I create any file ( html or php) ex: mypage.html, mypage.php they are not accessible. Even I create a folder and put index.html file in it It is also redirecting to get-simple. Can any one tell me how to create external file
Posts: 3,491
Threads: 106
Joined: Mar 2010
Does your root .htaccess file contain these lines before the RewriteRule?
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Posts: 6,266
Threads: 181
Joined: Sep 2011
What version of Apache, check health check
Posts: 1
Threads: 0
Joined: Apr 2015
Try do this with filemozilla and new page with wordpress;]
Posts: 6,266
Threads: 181
Joined: Sep 2011