• Hi,
    when I set Permalink Settings to post name and click on post link i have this error

    Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster.
    Error 404
    site-logcorner.com
    Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.19

    the url I try to load is : http://site-logcorner.com/real-time-filewatcher-system-monitor-using-tpl-dataflow-asp-net-web-api-signalr-asp-net-mvc-and-angular-js/

    I’m using XAMPP and my virtual host is configured as follow :

    <VirtualHost *:80>
       ServerAdmin webmaster@site-logcorner.com
       DocumentRoot "C:\xampp\htdocs\site-logcorner.com"
       ServerName site-logcorner.com
       ErrorLog "logs/site-logcorner.com-error.log"
       CustomLog "logs/site-logcorner.com-access.log" common
    	<Directory "C:\xampp\htdocs\site-logcorner.com">
    	Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride none
    	Require all granted
    	</Directory>
    </VirtualHost>

The topic ‘Permalink Settings updated to post name, Error 404’ is closed to new replies.