Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mcsmetro

    (@mcsmetro)

    After going around and around with GoDaddy Support they refused to even acknowledge that there was a problem or if there was it wasn’t their problem. I gave up and ended up using CloudWays for hosting the site. Everything is working great over there.

    Thread Starter mcsmetro

    (@mcsmetro)

    I deactivated all my plugins and reloaded the permalinks. still get the error. and it happens on all pages. just using /reservations-hp/ as the example.

    Thread Starter mcsmetro

    (@mcsmetro)

    My Permalinks are currently set to /%postname%/ and my .htaccess is:

    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    But it wont rewrite /index.php/reservations-hp/ to /reservations-hp/. It give me No input file specified. am I missing something? is my .htaccess not correct?

    • This reply was modified 2 years, 7 months ago by mcsmetro.
    Thread Starter mcsmetro

    (@mcsmetro)

    I did, they said it wasn’t their problem and i’m using “unsupported software”. even tho i’m on a Managed WordPress plan.

Viewing 4 replies - 1 through 4 (of 4 total)