Jump to content
php.lv forumi

mod rewrite


waplet

Recommended Posts

RewriteEngine On
RewriteRule ^(.*)$ index.php?page=$1 [QSA,L]

šads ir .htaccess... un viņš tagad ņem arī

<link rel="stylesheet" href="style.css" type="text/css" />

kā GET atribūtu :? kā to labot? tiešām esmu iesācejs iekš mod rewrite.

Link to comment
Share on other sites

lai mod_rewrite neaiztiktu reālos folderus/failus, sākumā ieliec šo:

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule .* - [L]

aiz tā jau var rakstīt visas rules, ko vien gribi :))

 

pēc tam visu, kas ir iekš html (bildes, js, css, ...), vajag rakstīt ar absolūto uri /style.css

Edited by 2easy
Link to comment
Share on other sites

  • 2 weeks later...

Unlocked:

Problēma...

bet piemēram.. ja man tagad sakrīt faila nosaukumi ar ?page= linka nosaukumu... tad viņš atver pašu pēhāpē failu, kaut arī galotne nav norādīta, ka ir .php

Vai glabāt.. satura php failus kadā sub direktorijā? lai tādas problēmas nerastos ?

Edited by waplet
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...