| Author |
Message |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4658
|
Posted:
Mon Mar 12, 2007 2:02 am |
|
Make sure you have done the following;
In nukeroot/rnconfig.php change
| Code: | $tnsl_bUseShortLinks = FALSE;
$tnsl_bAutoTapBlocks = FALSE; | to | Code: | $tnsl_bUseShortLinks = TRUE;
$tnsl_bAutoTapBlocks = TRUE; |
Make sure you have copied the code in Shortlinks.htaccess file to your main htaccess file
[Edited by montego: I just corrected the .htaccess reference a bit] |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Mon Mar 12, 2007 6:45 am |
|
Thanks! Yes, especially that last one gets folks more than 9 times out of 10.  |
|
|
|
 |
Misha Worker


Joined: Jul 30, 2006 Posts: 181 Location: McLean, VA
|
Posted:
Mon Mar 12, 2007 10:54 am |
|
mod_rewrite could be a reason, too  |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Tue Mar 13, 2007 6:06 am |
|
Good point Misha. Raven worked with me long back on how to test that mod_rewrite was in fact working properly. Check out this thread here:
There were other tools provided by the GoogleTap/GTNG author to test mod_rewrite, but I found them to not work properly on my set up. So, the above approach should work every time with every set up.
There are several different approaches mentioned in the thread, so be sure to read it in its entirety. |
|
|
|
 |
myrtletrees Worker


Joined: Sep 13, 2005 Posts: 140
|
Posted:
Sat Apr 14, 2007 4:35 pm |
|
Having a little issue with Shortlinks
I get this at the top left of every page
| Code: | [nextGenFunction] = Present In Header
[nextGenName] = News (Main Module)
[nextGenPath] = GT File :: ShortLinks/GT-News.php :: Does Exist
[nextGenPath] = Using GT File :: ShortLinks/GT-News.php
[nextGenPath] = Using GT File :: ShortLinks/GTZ-PageTap.php
[nextGenPath] = GT File :: ShortLinks/GTZ-PageTap.php :: Does Exist |
adn this above every block:
| Code: | [nextGenFunction] = Present In Block
[nextGenPath] = GTB File Does Not Exist |
EDIT!!!
Sorry, I figured it out. I had the debug statement set to TRUE. Sorry all! |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Sun Apr 15, 2007 1:54 pm |
|
Nope, this is good. Now everyone who sees this will know and not have the same issue. Thanks! |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Sat Apr 21, 2007 7:42 am |
|
In addition, if you still get 404 errors, check to make sure you have the following line in your .htaccess file above all the rewrite statements:
RewriteEngine on
If you still get 404 errors, you must find out if your host has mod_rewrite active. The following thread will help you with that:
|
|
|
|
 |
r1_dave New Member


Joined: Jun 15, 2007 Posts: 1
|
Posted:
Sun Jun 17, 2007 3:25 am |
|
Lo all
I have been spend hours to find out why it wasn't working for me.
After a few miniutes back to Apache school overhere
I added this line to my .htacces
Hope i help somebody whit this info..
Greetzz |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Mon Jun 18, 2007 7:22 am |
|
r1_dave, thank you for this. I have never seen this needed (until now) at the root level, but this is also useful if one has troubles with subdomains. The "/" may be replaced with any path from the web root. |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 2093 Location: near Albany NY
|
Posted:
Wed Oct 03, 2007 2:36 pm |
|
| Quote: | | Make sure you have copied the code in Shortlinks htaccess file to your main htaccess file |
Well this had me puzzled! The only thing in the shortlinks htaccess was deny from all!!?? How could this fix anything? Problem was I looked in my nukeroot/shortlinks/.htaccess file. Logical eh? Gotta look in nukeroot/ShortLinks.htaccess. That's where the treasure trove of rewrites lies. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Wed Oct 03, 2007 9:31 pm |
|
Ok... I fixed "G"s original post just a bit...  |
|
|
|
 |
|
|
|
|