You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For best SEO and beautiful link I made some url rewriting with .htaccess and it's working perfectly when manually writing the modify URL in the address bar.
Now I need to modify the MinigalNano main code to generate folders links with the modified links structure. I really try a lot for one week now, and I can't found the solution but impossible to found the solution. Can Someone help me?
Yep, could be very nice to have in miniGal, thanks for the url rewriting stuff !
We should set a condition : if modrewrite is activated, before modifying the links I guess.
Hello,
For best SEO and beautiful link I made some url rewriting with .htaccess and it's working perfectly when manually writing the modify URL in the address bar.
Now I need to modify the MinigalNano main code to generate folders links with the modified links structure. I really try a lot for one week now, and I can't found the solution but impossible to found the solution. Can Someone help me?
here are the link structure of MinigalNano :
http://localhost:8888/photos.php?dir=land%2Fabstract%2Ftest
what I want :
http://localhost:8888/photos/land/abstract/test/
the URL rewriting rules (working) :
the PHP code of Minigal that generate folder link to modify :
Thank you so much
Jim
The text was updated successfully, but these errors were encountered: