我想更改我的画廊画廊子页面上的丑陋地址链接

问题描述

grimlord.eu/galeria 及其子页面的地址很丑。

http://www.grimlord.eu/index_pl.PHP?src=gallery&sub=koncertowe
http://www.grimlord.eu/index_pl.PHP?src=gallery&sub=studio
http://www.grimlord.eu/index_pl.PHP?src=gallery&sub=grimhall

我需要 www.grimlord.eu/galeria/koncertowe 因此我更改了 galeria.html 文件中服务器上的地址链接

<area shape="rect" coords = "460,105,655,155" href="http://www.grimlord.eu/galeria/koncertowe" alt="koncertowe" target="_self">

在htaccess中我有这样的情况。请在空闲时间帮助我。

RewriteEngine ON

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^start$ index_pl.PHP?src=home [L]
RewriteRule ^grimshop$ index_pl.PHP?src=shop [L]
RewriteRule ^biografia$ index_pl.PHP?src=formacja&sub=historia [L]
RewriteRule ^dyskografia$ index_pl.PHP?src=material [L]
RewriteRule ^galeria$ index_pl.PHP?src=galeria [L]
RewriteRule ^recenzje$ index_pl.PHP?src=media [L]
RewriteRule ^koncerty$ index_pl.PHP?src=konfrontacje [L]
RewriteRule ^kontakt$ index_pl.PHP?src=kontakt [L]
RewriteRule ^linki$ index_pl.PHP?src=linki [L]
RewriteRule ^galeria/koncertowe$ index_pl.PHP?src=gallery&sub=koncertowe [L]

问题是当我点击链接页面似乎被破坏了。 www.grimlord.eu/galeria/koncertowe

也许在 galeria.html 中是解决方案?

<map id="mapka" name="mapka">
<li><area shape="rect" coords = "460,155" href="index_pl.PHP?src=gallery&sub=koncertowe" alt="koncertowe" target="_self"> 
<area shape="rect" coords = "440,160,610,205" href="index_pl.PHP?src=gallery&sub=studio" alt="studio" target="_self">

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)