htaccess help

jadoo00oogar1203

New Member
Wurlie User
Oct 12, 2011
2
0
0
Hi every body,
I wanna create a folder which name is \"sub\" in this current direct scrip path, How can I permission in htaccess?
In root folder install the short url script , and I need install another script in sub folder, plz help :)
 

jadoo00oogar1203

New Member
Wurlie User
Oct 12, 2011
2
0
0
It's simple!
just create this HTACCESS code file to your own dir (for ex: sub )

ErrorDocument 404 /index.php
DirectoryIndex index.php index.html index.htm

Have nice