Can I have multiple DHCP servers on one network?

I’m assuming a basic knowledge of what DHCP does and how to configure your DHCP server of choice in this answer, but before we talk about multiple DHCP servers on the same network, let’s first of all quickly re-cap how clients receive IP addresses from DHCP at the most basic level. DHCP on a simple … Read more

What is the difference between unicast, anycast, broadcast and multicast traffic?

Simply put: ———————————————————— | TYPE | ASSOCIATIONS | SCOPE | EXAMPLE | ———————————————————— | Unicast | 1 to 1 | Whole network | HTTP | ———————————————————— | Broadcast | 1 to Many | Subnet | ARP | ———————————————————— | Multicast | One/Many to Many | Defined horizon | SLP | ———————————————————— | Anycast | Many … Read more

WordPress plugin url for form submit

It doesn’t need a new submit URL, most of the plugins submit the form on the same page(the one on which the form was rendered), then before rendering the form they check if there is submitted data present. Then for eg. if data is present then they have to show a thankyou message & skip … Read more

wordpress url correction

Copy the index.php and .htaccess file(Just copy it , do not move it ) from myblog directory to root directory. Open index.php file in any text editor and find the following code in the file. /** Loads the WordPress Environment and Template */ require(‘./wp-blog-header.php’); Replace it with the following code and save the file. /** … Read more

What php files handles routing?

The parse_request method in the WP class parses the URL with the rules generated by the WP_Rewrite class. This process converts the request into a set of query variables that the WP class can then use to generate the main query.

Custom post type as child of page

If you want your custom post type listed under a page you can add the permalink of the page to the rewrite slug like so: register_post_type(‘my_books’, array( ‘has_archive’ => false, // Stops domain.com/book becoming the cpt’s archive ‘rewrite’ => array(‘slug’ => ‘book’) )); You need to visit Settings->Permalinks after making any changes to permalinks to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)