DOLLAR ONE WEB HOSTING WITH Hostripples ! Are you still looking for unlimited and hassle free hosting services ? If yes then you are now at the correct link…Hostripples Hosting Services offers you the best possible resources at the affordable prizes starting from $1/month where you will be getting the best uptime along with the […]
See MoreTag: $1 hosting
WordPress : Homepage only working and no links or sub-pages work on the site.
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 MoreHow 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 More