Forum Moderators: open

Message Too Old, No Replies

longest url google can index

         

stevegpan2

5:45 pm on May 16, 2003 (gmt 0)

10+ Year Member



wondering longest length url google can index.
I am trying to pass many value thru url. so url becomes too big. google does not index them.

how can I get around this?

TIA

lazerzubb

5:48 pm on May 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[webmasterworld.com...]

And when it comes to getting around it, you can user Mod_ReWrite if you use linux (Hundreds of threads is available on that if you want, just use site search, or your favourite SE)

stevegpan2

5:52 pm on May 16, 2003 (gmt 0)

10+ Year Member



thanks lazer..
I am using perl.
I do not use database,
so I need pass value from page to page.
I pass them in url as cat=abc&value=1000

etc.

Thanks...

stevegpan2

8:32 pm on May 16, 2003 (gmt 0)

10+ Year Member



how do i find out if mod_rewrite is there?
THanks,

jatar_k

8:34 pm on May 16, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



this may help
An Introduction to Redirecting URLs on an Apache Server [webmasterworld.com]

stevegpan2

1:33 am on May 17, 2003 (gmt 0)

10+ Year Member



Thanks for the info.

After some testing with the .htaccess, I found my hosting companies, none has mod_rewrite module installed.

Ok I will have to live with query string.

I know google now can index?a=1&b=2 now.

But how many variables it can handle? I know it can handle one as mine those just one are indexed.
How about 2 variables and 32 variable?

Thanks,