1 shell script tagged "array size"
- Shell Script to send HTTP Code 301 Moved Permanently Followed by Actual URL Redirection
This script depends upon shell array.
#!/bin/bash
# Shell script to update old php files to point out to new CMS url
# it placed http code 301.
# You must create an array in following format:
# path/to/old/url1.php path/to/new/url/slug/
# ————————————————————————–
# Copyright (C) 2008 nixCraft project <http://www.cyberciti.biz/tips/contact-us>
# This script is licensed under GNU GPL version 2.0 or above
# ————————————————————————-
# [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

