mcsmetro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /index.php URL Paths Not Working on GoDaddyAfter 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.
Forum: Fixing WordPress
In reply to: /index.php URL Paths Not Working on GoDaddyI 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.
Forum: Fixing WordPress
In reply to: /index.php URL Paths Not Working on GoDaddyMy 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 WordPressBut 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 3 years, 7 months ago by mcsmetro.
Forum: Fixing WordPress
In reply to: /index.php URL Paths Not Working on GoDaddyI did, they said it wasn’t their problem and i’m using “unsupported software”. even tho i’m on a Managed WordPress plan.