alter node path

Categories

Component ID

2253909

Component name

alter node path

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

README.txt
==========
The purpose of this module is to secure drupal backend by overriding content add path.
It's will rename path like '/node/add/pages ' to '/something/...' or path '/node/add/article'
to '/something else/..'. This module can be effective against create basic content spam
bots or malicious .

Installation
------------
1. Install this module like any other Drupal module (place it in the
modules directory for your site and enable it on the `admin/build/modules` page.
2. Go to admin/config/user-interface/alter-node-path and configure how to
override basic node creation paths.