• Hi, I am trying to create a custom index.php for my WordPress website. This page would load custom CSS, and JS, and will have 0 WordPress code.

    If I use the Static homepage setting, it would still load through WordPress. What I want to do is load my custom index.php directly, without it going through the WordPress framework. Is that possible?

    Thanks

    • This topic was modified 3 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Thread Starter wpdamn

    (@wpdamn)

    Update: This seems to do the trick –
    RewriteRule ^$ custom.php [L,QSA,NC]

    Would this break anything?

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Index.php (Not static homepage)’ is closed to new replies.