PHP Archive

Solved- How To Remove Index.php From WordPress URL?

When you install WordPress on a Windows server, you will get the annoying index.php in your permalinks and there is probably no way to remove it straight away. I spent too much of my time in figuring out what can be done to remove index.php from my URLs. So without wasting any more time, let’s

Read More…

PHP Warning : Cannot modify header information – Solved

“PHP Warning : Cannot modify header information – header already sent by output started at ( . . . . . . .  ” This is one of the most common errors seen in a PHP application and usually occurs for new PHP programmers or newbies. As from the error message ” Cannot modify header information”,

Read More…