Cisco ISR 2900 Series – Find out what a PPPoE subscribers MAC address
- Log into your Cisco routers CLI
- Enter enable mode
- Find out your subbscribers Vi number
- Enter “show pppoe session
deb http://deb.debian.org/debian/ buster main
deb-src http://deb.debian.org/debian/ buster mai
To redirect a domain permanently with the .htaccess file follow the guide below.
Add the following code to your .htaccess file make sure to change yoururl.com first!
# User Added 301
RewriteCond %{HTTP_HOST} ^yoururl.com
RewriteRule ^(.*)$ http://www.yoururl.com/$1 [R=301,L]
# End of user added 301
Add URL redirect to config file.
You can also redirect a URL from the .htacess file