Create .htaccess file and put the below code in it. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress And save it. All the pages and links will start working on the site
See MoreTag: $1 web hosting
How to block IP or range of IPs on a Windows Server ?
Hello, If you dont have control over a router or firewall you can block IP’s at the server via Windows. Click ‘Start’ > ‘Run’ >type ‘MMC’ press ok. In the console click > ‘File’ > ‘Add/Remove Snap in’ In the ‘Standalone Tab’ click The ‘add’ button Select ‘IP Security Policy Management’ > ‘ADD’ > ‘Local […]
See MoreHow to Connecting to SQL Server 2008 from 2005 SSMS ..
Hello, To configure MS SQL service you need to connect the server via RDP and then open SQL configuration manager >>> expand the option ” SQL server network configuration” >>> select protocol TCP/IP >> right click on it >>> enable. You need to enable only TCP/IP, Named pipes, Shared memory. Once you enable TCP/IP protocol […]
See More