Thread Starter
caobo
(@caobo)
I use the /index.php/%postname%/ format fix the issue, however the url now include /index.php/xxxx 🙁
Thread Starter
caobo
(@caobo)
@the Grey Parrots Yes, I have
<Directory />
#Options FollowSymLinks
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Deny from all
</Directory>
# It can be “All”, “None”, or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
<Directory “/Library/WebServer/CGI-Executables”>
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
<Directory “/Users/$USER/Sites/”>
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>