vote up -1 vote down star

Hi friends,

http://www.blabla.com/our_work/client/client-name#/uploads/18.jpg

I use CodeIgniter, and this is the url I have. I use a gallery script at the page, and it generates #/uploads/18.jpg such thing at url :( is there any way to make it unvisible or sth . maybe with htaccess. i dont know.

i dont want to spend an another day finding an another gallery script, im already out of deadline :(

appreciate helps...

flag

29% accept rate

4 Answers

vote up 0 vote down

you can try to play with window.location in JS erasing the string after hash, but I doubt that would make some sense.

link|flag
vote up 0 vote down

Just leave it there. What's the harm? Really. You are on a deadline, and are wasting time trying to remove a #tag from the url.

link|flag
vote up 0 vote down

I'm afraid that's how it's supposed to work. the '#' part is an HTML anchor that the script uses to do the switching as far as I know. You might to look for a different script.

link|flag
at least if I can clear the path somehow, that is fine. also keeping same path. like this: client/client-name#18.jpg – artmania Aug 5 at 12:20
Then perhaps make all the images in the same directory, since the script apparently takes the value of an <img> "src". – KeyStroke Aug 5 at 12:40
vote up 0 vote down

Can we have a look at the gallery script? perhaps you could edit something there to make it work. That's what I always do with the scripts I use to make them work with CI.

link|flag
it is this script; devkick.com/lab/galleria/… i researched but nobody complains about such url :/ – artmania Aug 5 at 11:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.