Issues with index.php
-
Hii,
I Tried to remove index.php in my posts url
My HomePage :- spot2get.com
Products url :- spot2get.com/index.php/product-nameI have found many posts based on this question . I tried every thing success rate is 0.
So , i asked this question .`<strong>Details :–</strong>
Using Ubuntu Hosting from Amazon AWS.
web server Apache2
My .htacess file
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I typed this commant in my SSH
~$ sudo a2enmod rewrite Module rewrite already enabled
I changed settings/permalinks
from :- spot2get.com/index.php/%postname%/
to :- spot2get.com/%postname%/
Except Homepage nothing is working showing errorI also visited wordpress using permalinks page i have not get anything
please Help me to solve the issue
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Issues with index.php’ is closed to new replies.