Jump to content
php.lv forumi

.htacces @ Gentoo


eT`

Recommended Posts

Tātad problēma.

Uz localhost uztaisu webu uz Win

pārlieku uz hosta ( alhost.lv ) īsti nezinu kas viņiem par OS.

viss iet.

 

pārlieku uz Gentoo + lighthttpd un pēkšņi neiet vairs links /home lai gan htaccessā ir :/

 

Mans htaccess

Allow from all
RewriteEngine On
Options +Followsymlinks
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.* - [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^home$ index.php [L]
RewriteRule ^games$ flash.php [L]
RewriteRule ^video_list$ video.php [L]
RewriteRule ^files$ faili.php [L]
RewriteRule ^demo_list$ demo.php [L]
RewriteRule ^donate$ ziedo.php [L]
RewriteRule ^messages$ messages.php [L]
RewriteRule ^sms$ sms.php [L]
RewriteRule ^rules$ rules.php [L]
RewriteRule ^my$ my.php [L]
RewriteRule ^iznemt$ iznemt.php [L]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...