Browse Source

Fixes issue #135

Permalink structure updated to Day and Postname
old-stable
Umesh Kumar 11 years ago
parent
commit
7a5a5c97e0
  1. 5
      usr/local/sbin/easyengine

5
usr/local/sbin/easyengine

@ -1020,6 +1020,11 @@ EEWPDBSETUP()
wp core install --allow-root --url=$WWWDOMAIN --title="$WWWDOMAIN" \
--admin_name=$WPADMINUSER --admin_password=$WPADMINPASS --admin_email=$WPADMINEMAIL &>> $INSTALLLOG \
|| OwnError "Unable To Create WordPress Tables For $DOMAIN"
# Update WordPress Permalink Structure, Day and Postname
echo -e "\033[34mUpdating WordPress Permalink, Please Wait...\e[0m"
wp rewrite structure /%year%/%monthnum%/%day%/%postname%/ \
|| OwnError "Unable To Update WordPress Permalink For $DOMAIN"
}
EEPERMISSION()

Loading…
Cancel
Save