Categories:
Author:
Author's website
About It:
Rate it:
Flag it:
If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
Renaming Textpattern directory
If you’re looking to rename the Textpattern admin directory (which by default is “textpattern”), then you may do this with mod_rewrite through your .htaccess:
RewriteEngine On RewriteRule ^admin/(.*) /textpattern/$1 [NC,L]
where “admin” would be come the new directory name. (http://yoursite.com/textpattern will still work, however.)
Thanks to Andrew for this answer.
Posted here:
27 Feb 2005