Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

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