Avatar of drewsfoto
drewsfoto
 asked on

Wordpress Permalinks, Not working for Pretty Links

I am trying to move a site to AWS EC2 and imported the content but can't get the permalinks to Post Name. I checked the phpinfo() and it is showing in the Loaded Modules that I have mod_rewrite, I checked the .htacccess and  I have

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
      RewriteRule ^index\.php$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
</IfModule>

This is driving me crazy does anyone have any ideas
WordPress

Avatar of undefined
Last Comment
drewsfoto

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
drewsfoto

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23