Change to clean URL hack path alias not taking effect
techtweaker - May 20, 2009 - 17:01
| Project: | Zina |
| Version: | 6.x-1.10 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm attempting to change the (default) base path alias from "music" to "artists" and the setting is not taking effect. Zina is still sitting at "/music". "/artists" displays "Page can not be found"
I've cleared all caches in Drupal and Zina, and have ran through all the administrative Zina rebuilding or cleanup functions, and am not getting anywhere. Am I missing or misinterpreting something? Thanks in advance.
Drupal 6.10
Zina Mod 6.x-1.10
LAMP Platform
Apache 2.2.11
MySQL 5.0.75
PHP 5.2.9

#1
Clean url hack is not what you want. Turn that off.
You're going to need to edit the zina.module file. At the top of the file change the next line to what you want.
define('__ZINA__', 'music');
Then you'll have to update the module, by going to Drupals module menu and hitting return.
#2
That did the trick, thanks again.