Jump to content

yans

Members
  • Posts

    13
  • Joined

  • Last visited

yans's Achievements

Member

Member (2/5)

0

Reputation

  1. Could you help me? I don't know anything about it. I changed some old ugly url on short in index.pl.php (in left bottom part of window appear good link when I hover over the grimshop logo) but higher still is ugly. Which flag?
  2. Solution which allowed me going through further. Yes renamed adrees url in index.pl.php file, but I thought the code only changes in the file htaccess. RewriteRule ^start$ index_pl.php?src=home [L] This letler must be not [R] Now all is good in 90% because... I have trouble with Grimshop url link. It code has different location than all subpages. I found kind of location and I changed adreess but still not working grimlord.eu/grimshop and only ugly http://www.grimlord.eu/index_pl.php?src=shop it code for Grimshop in htaccess like others RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^start$ index_pl.php?src=home [L] RewriteRule ^grimshop$ index_pl.php?src=shop [L]
  3. You can end this topic. I found solution at the moment.
  4. No I need Mod rewrite fumcion propably to do what i want (short adress instead long on my serwer)
  5. Hello Requinox. I still do not see when i enter to my website (in window url) grimlord/home automaticly maybe you see on www.gimlord.eu but I can't see of course I have all these beautiful links but it is not what i want. I showed you my friend what I need. On Clannad page for example. Maybe I can't cleary definite it. I will prepare short video from my point of view.
  6. Hi. I would like that when some people will enter to website see short url like this GRIMLORD.EU/START now I have this http://www.grimlord.eu/index_pl.php?src=home. pls help me
  7. Ok. I have them all, and it work. Now I can send nice link on other site. My second qestion is what can I do if I would like to see adress like this ON MY WEBITE in section url www.grimlord.eu/start
  8. Now I have in htaceess code show below.. And all is Well correct! RewriteEngine On RewriteRule ^home$ index_pl.php?src=home [R] Requinix my main title probably is wrong described ... My host WEBD sent me my lost code from 4 days ago when I tryed changed the code not for a NICE link but STATIC url What I mean.. For example when you enter into website you see not www.clanad.ie/index.php.etc etc you can see static automaticly shown url like this https://www.clannad.ie/live Im looking code for that result in url http://www.grimlord.eu/home when someone enter to website not http://www.grimlord.eu/index_pl.php?src=home
  9. OK I changed (L) on (R) and still does not work (white screen) when i type grimlord.eu/home RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^home/([a-zA-Z-_0-9]+)/?$ index_pl.php?src=home=$1[R] Yes I understand. thats right. In generally im going to such result for example https://www.clannad.ie/shop What can I do in this situation if I have in main file index.pl.php (in section body) <area shape="rect" coords = "15,15,115,35" href="index_pl.php?src=home" alt="Home" target="_self"> and also.. <li><a href="http://www.grimlord.eu/index_pl.php?src=home">start</a></li> You know what I mean.. When I click button START on website i see url http://www.grimlord.eu/index_pl.php?src=home adress from serwer. And I dream about see http://www.grimlord.eu/home or http://www.grimlord.eu/links ...etc.
  10. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^home/([a-zA-Z-_0-9]+)/?$ index_pl.php?src=home=$1[L] RewriteRule ^([a-zA-Z-_0-9]+)/?$ index_pl.php?src=home=$1 [L] Hi. Thanks for your reply. I put this on that way, but still my link url is long http://www.grimlord.eu/index_pl.php?src=home Requinix I would like to appear that url http://www.grimlord.eu/home
  11. Hi. In short I have long url domain.eu/index_pl.php?src=home and i would like to have domain.eu/home Pls tell me where i can put my url on this bottom example? RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z-_0-9]+)/([a-zA-Z-_0-9]+)/?$ index.php?page=$1&id=$2 [L] RewriteRule ^([a-zA-Z-_0-9]+)/?$ index.php?page=$1 [L]
  12. Hi Dan. Thank you. Well, in this bottom link (adress) I have standard background on the top of site Background top image http://www.grimlord.eu/index_pl.php?src=galeria And what I need?. I need upload other image on the top at the subpage http://www.grimlord.eu/index_pl.php?src=gallery&sub=koncertowe I don't know which code I can used.
  13. Hello. My question for majority is very simple but not for me... I would like to change photo for other at the top on the subpage in this link http://www.grimlord.eu/index_pl.php?src=gallery&sub=koncertowe Here is good http://www.grimlord.eu/index_pl.php?src=galeria What I can do? I used index.pl.php file
  14. yans

    Hello!

    Hello to everybody!!!I am fresh user at this site. I like IT world and I have mamy other passion like music etc. My IT specialist is no longer. and I am alone with my own www.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.