clean urls redirect

adambd / 2013-06-03 22:53:16   

Hi,

I want to enable clean URLs on my site ben-dror.com and also change the URLs of some of my projects.
I want to use .htaccess to redirect my old URLs to the new ones for example:

old: wwww.ben-dror.com/index.php/projects/cordless-candlestick/
new: ben-dror.com/projects/cordless-candlestick/

old: ben-dror.com/index.php/projects/lamp/
new: ben-dror.com/projects/…

Lastly is there a way to not make a forward slash appear at the end of every URL ?

thanks in advance.

Vaska A / 2013-06-04 00:16:50   

I'm not great with htacess/mod_rewrite - I'm sure Google can provide better answers about how to redirect than I can.

Indexhibit uses a trailing slash - just like a folder would use a trailing slash - we've meant to imply the same thing.

adambd / 2013-06-04 03:39:07   

Thanks Vaska.

on another note -

At the moment my links are formatted like this -
ben-dror.com/SECTION-TITLE/EXHIBIT-TITLE/

is it possible to format them like so -
ben-dror.com/EXHIBIT-TITLE/

?

Also is what can I do to make my sidebar menu mobile compatible? My exhibits are phone on mobile devices but the menu is almost unusable...

Vaska A / 2013-06-04 19:46:46   

Just publish from the main section of your site.

adambd / 2013-06-04 22:58:48   

thanks

This thread has been closed, thank you.