<HTML><BODY>
<div>Hi;</div>


<div>I'm building out a new server and trying to import all the functionality from the old OS-corrupted server.<SPAN contentEditable=false style="DISPLAY: inline-block"></SPAN>&nbsp;The Web site built on this server have a directory structure that's easy for identifying stuff but makes for long URLS:</div>


<div>&nbsp;</div>


<div>example.com/dir1/dir2/dir3/dir4/index.pt</div>


<div>&nbsp;</div>


<div>They're always the same dirs and they appear on every page of every site. The sysadmin before me had a neat little script buried somewhere that made those dirs disappear when they posted to a browser. That's important for SEO, since the SEs only go a couple dirs deep. But I'll be darned if I know where this guy put that script! I tried to tarball his old Zope build-out and unpack and use it, but I got this error:</div>


<div>&nbsp;</div>


<div><FONT size=2>

<div>Error: The object named by "DBTab.ClassFactories.autoClassFactory" could not be imported</div>


<div>Traceback (most recent call last):</div>


<div>File "/usr/local/zope/278/lib/python/Zope/Startup/datatypes.py", line 106, in importable_name</div>


<div>package = __import__(n, g, g, component)</div>


<div>File "/usr/local/zope/278/lib/python/DBTab/ClassFactories.py", line 18, in ?</div>


<div>import OFS.Uninstalled</div>


<div>File "/usr/local/zope/278/lib/python/OFS/__init__.py", line 14, in ?</div>


<div>import Products.ReplaceSupport.AdvancedPatch</div>


<div>File "/usr/local/zope/instance1/Products/ReplaceSupport/__init__.py", line 17, in ?</div>


<div>import Handlers</div>


<div>File "/usr/local/zope/instance1/Products/ReplaceSupport/Handlers/__init__.py", line 30, in ?</div>


<div>from Globals import package_home</div>


<div>File "/usr/local/zope/278/lib/python/Globals.py", line 23, in ?</div>


<div>import Acquisition, ComputedAttribute, App.PersistentExtra, os</div>


<div>File "/usr/local/zope/278/lib/python/App/PersistentExtra.py", line 14, in ?</div>


<div>from class_init import default__class_init__</div>


<div>File "/usr/local/zope/278/lib/python/App/class_init.py", line 14, in ?</div>


<div>from AccessControl.PermissionRole import PermissionRole</div>


<div>File "/usr/local/zope/278/lib/python/AccessControl/__init__.py", line 16, in ?</div>


<div>import DTML</div>


<div>File "/usr/local/zope/278/lib/python/AccessControl/DTML.py", line 18, in ?</div>


<div>from DocumentTemplate import DT_Util</div>


<div>File "/usr/local/zope/278/lib/python/DocumentTemplate/__init__.py", line 22, in ?</div>


<div>from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile</div>


<div>File "/usr/local/zope/278/lib/python/DocumentTemplate/DocumentTemplate.py", line 112, in ?</div>


<div>from DT_String import String, File</div>


<div>File "/usr/local/zope/278/lib/python/DocumentTemplate/DT_String.py", line 17, in ?</div>


<div>from DT_Util import ParseError, InstanceDict, TemplateDict, render_blocks, str</div>


<div>File "/usr/local/zope/278/lib/python/DocumentTemplate/DT_Util.py", line 42, in ?</div>


<div>from cDocumentTemplate import InstanceDict, TemplateDict, \</div>


<div>ImportError: /usr/local/zope/278/lib/python/DocumentTemplate/cDocumentTemplate.so: Undefined symbol "PyUnicodeUCS2_DecodeLatin1"</div>


<div>&nbsp;</div>


<div>I'm not sure if I should even be trying that, but I thought maybe he put the script in there, since I can't find it as a prod. or anything else through the ZCMI. Ideas?</div>


<div>TIA,</div>


<div>Tony</div>
</FONT></div>

<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone.  Find out more about what's free from AOL at <a href="http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http://www.aol.com" target="_blank"><b>AOL.com</b></a>.<br />
</div>

</BODY></HTML>