Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
6k views

What is “shva” in Gmail's URL?

What is the following portion of a Gmail URL for? https://mail.google.com/mail/?**zx**=1efobg68r40co&**shva**=1#inbox If you change it, nothing happens!! I know Gmail is not an Open-Source ...
6
votes
6answers
552 views

Are clean URLs a backend or a frontend thing

What do you think.. are clean URLs a backend or frontend 'discipline'
0
votes
1answer
104 views

Help to port php function for do “clean url” to c#

Im trying to port this function to c# http://www.phpsnaps.com/snaps/view/clean-url/ I have problems to transform ""~[^-a-z0-9_]+~" (php pattern nomenclature) in regex charp nomenclature. <?php ...
0
votes
3answers
267 views

. htaccess not working in server

Hi My web server is Apache.I have created a sample application in my local system. It's working fine with the clean url. But when i uploaded to my Web server( Apache) it's not working. Is there is any ...
0
votes
1answer
366 views

How to get rid of trash in Kohana Pagination urls?

i've a question on ko3 framework Pagination module. I have a route template like this: http://my-site.com/blog/1/page2 Here's the code from my bootstrap.php file: Route::set('blog', ...