Hi Friends, Today This problem occurred, When i was doing some development in PHP. When i want to access some pages it saying that The requested URL / was not found on this server.
Solution :
Just upload a .htaccess file into the current directory with below lines –
Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^siteadmin/$ siteadmin/index.php [L] RewriteRule ^(.*)\.html $1\.php [L]
Problem will be solved, if not try the below tricks –
Edit the php.ini file and see your luck supports you or not.
php.ini edits:
include_path =".;C:\testsite\php\includes"
extension_dir ="C:/testsite/php/ext/"