Dashboard view ad fails on Windows iis server
CP version: 3.0.5.1
Permalinks is set to: /index.php/%postname%/
index.php is added to "Advanced" field settings such as: index.php/ads
Everything works except, when in the dashboard, a click on the "View Title" link links to a "Whoops, Page not found!" error.
The failed url example:
Code:
www.mysite.com/index.php/lose-weight-fast/
To make the failed url work properly it needs to be like this example:
Code:
www.mysite.com/index.php/ads/lose-weight-fast/
Can you tell me what code modification I will have to make for this to work properly?