indexing - How to access index.php page when index.html has priority -


i have wordpress site using index.php page.

now website not live yet, added index.html page temp page - users not see index.php page, yet.

but cannot access index.php file when visiting: http://mysite.com/index.php - redirects me straight http://mysite.com, serves index.html page

how can view index.php page?

note: htaccess file has following:

directoryindex index.html index.php 

if remove this, default page people see index.php, don't want them see. want able view index.php file

thank you

i in same situation , couldn't find way see index.php file on server.

i recommend create directory wordpress installed on while developp website. once have done need (create pages, create custom theme, etc) export content using export function built in wordpress , import on public wordpress. same thing goes plugins , theme, have manually since there no export function those.

if don't have enough space on server, can on own computer using easyphp. install every server component on computer can accessed browser.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -