| Author | Message |
NextCode
97 posts |
#2314 2007-05-10 15:38 GMT |
|
abi seourls eklentisini kurdum htacces i ana dizine atınca bu hatayı aldım Code: Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |
|
|
Seditio Bir Efsane....
|
|
Dvdbil
2,179 posts |
#2315 2007-05-10 15:52 GMT |
|
Sunucu yetkilileri ile görüş hostunda htaccess ile ilgili kısıtlamalar olabilir.
|
|
NextCode
97 posts |
#2316 2007-05-10 15:53 GMT |
|
abi localde kullanıyorum su an kullandığım program wampserver 1.5 |
|
|
Seditio Bir Efsane....
|
|
Dvdbil
2,179 posts |
#2317 2007-05-10 15:59 GMT |
|
Rewrite_module yüklü değildir, wamp'ın ayar kısmı olacak sanırım öyle hatırlıyorum.. apache bölümlerine bak rewrite_module'ü aktif et.
|
|
NextCode
97 posts |
#2318 2007-05-10 16:06 GMT |
|
evete abi oldu düzldi
|
|
|
Seditio Bir Efsane....
|
|
NextCode
97 posts |
#2319 2007-05-10 16:38 GMT |
|
abi eklentide sadece forum için ve list için yapmıs adam
ben onu userda da nasıl deişicem seourls.php Code: <?php /* ==================== Land Down Under - Website engine Copyright Neocrome http://ldu.neocrome.net [BEGIN_SED] File=plugins/seourls/seourls.php Version=701 Updated=2004-sep-12 Type=Plugin Author=Antony Description=Search engines friendly links. Output filter. [END_SED] [BEGIN_SED_EXTPLUGIN] Code=seourls Part=main File=seourls Hooks=output Tags= Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ $search = array ( "'<a href=\"forums.php\?c=([0-9]*)\"'i", "'<a href=\"([a-z]*).php\?([a-z0-9_]*)=([0-9a-z-]*)\"'i", // news page list links pm "'<a href=\"([a-z]*).php\?f=([a-z0-9_]*)\"'i", // filter in pm events users "'<a href=\"forums.php\?m=([a-z]*)\&([a-z]+)=([0-9]*)([\"#])'i", // forums "'<a href=\"forums.php\?m=([a-z]*)\&([a-z]+)=([0-9]*)\&n=([a-z]+)([\"#])'i", // "'<a href=\"([a-z]*).php\"'i", "'<a href=\"forums.php\?m=([a-z]*)\&([a-z]+)=([0-9]*)\&([d])=([0-9]+)([\"#0-9]+)'i", // "'([a-z0-9-_.]+?)@([a-z0-9-_]*).([a-z]+?)'i", // hide email filter ); $replace = array ( "<a href=\"forums-c\\1.".$cfg['plugin']['seourls']['extension']."\"", "<a href=\"\\1-\\3.".$cfg['plugin']['seourls']['extension']."\"", "<a href=\"\\1-f-\\2.".$cfg['plugin']['seourls']['extension']."\"", "<a href=\"\\1-\\2\\3.".$cfg['plugin']['seourls']['extension']."\\4", "<a href=\"\\1-\\2\\3-\\4.".$cfg['plugin']['seourls']['extension']."\\5", "<a href=\"\\1.".$cfg['plugin']['seourls']['extension']."\"", "<a href=\"\\1-\\2\\3-\\4\\5.".$cfg['plugin']['seourls']['extension']."\\6\"", // "\\1<b>_at_</b>\\2<b>_dot_</b>\\3", // hide email filter ); $output = preg_replace ($search, $replace, $output); ?> htacces de bu Code: RewriteEngine on
RewriteBase / RewriteRule ^([a-z]+)\.([a-z]+)$ $1.php [L] RewriteRule ^users-([a-z]+)\.([a-z]+)$ users.php?f=$1 [L] RewriteRule ^index-([a-z]+)-([0-9]+)\.([a-z]+)$ index.php?m=$1&id=$2 [L] RewriteRule ^index-([a-z]+)\.([a-z]+)$ index.php?c=$1 [L] RewriteRule ^news-([a-z]+)\.([a-z]+)$ news.php?m=$1 [L] RewriteRule ^page-([0-9]*)\.([a-z]+)$ page.php?id=$1 [L] RewriteRule ^polls-([a-zA-Z0-9_]+)\.([a-z]+)$ polls.php?id=$1 [L] RewriteRule ^page-([a-zA-Z0-9_]+)\.([a-z]+)$ page.php?al=$1 [L] RewriteRule ^list-(.+)\.([a-z]+)$ list.php?c=$1 [L] RewriteRule ^links-(.+)\.([a-z]+)$ links.php?c=$1 [L] RewriteRule ^pm-([a-z]+)\.([a-z]+)$ pm.php?m=$1 [L] RewriteRule ^pm-([0-9]+)\.([a-z]+)$ pm.php?id=$1 [L] RewriteRule ^users-([a-zA-Z0-9_]+)\.([a-z]+)$ users.php?m=$1 [L] RewriteRule ^admin-([a-z]+)\.([a-z]+)$ admin.php?m=$1 [L] RewriteRule ^plug-([a-z]+)\.([a-z]+)$ plug.php?e=$1 [L] RewriteRule ^index-([a-z]+)\.([a-z]+)$ index.php?m=$1 [L] RewriteRule ^rss-([a-z]+)\.([a-z]+)$ rss.php?m=$1 [L] RewriteRule ^pfs-([0-9]+)\.([a-z]+)$ pfs.php?f=$1 RewriteRule ^([a-z]+)-f-([a-zA-Z0-9_]+)\.([a-z]+)$ $1.php?f=$2 [L] RewriteRule ^forums-c([0-9]+)\.([a-z]+)$ forums.php?c=$1 [L] RewriteRule ^([a-z]+)-([spq])([0-9]+)\.([a-z]+)$ forums.php?m=$1&$2=$3 [L] RewriteRule ^([a-z]+)-([spq])([0-9]+)-([a-z]+)\.([a-z]+)$ forums.php?m=$1&$2=$3&n=$4 [L] RewriteRule ^([a-z]+)-([spq])([0-9]+)-([d])([0-9]+)\.([a-z]+)$ forums.php?m=$1&$2=$3&$4=$5 [L] RewriteRule ^([newsusrvt]+)-([a-z]+)-([0-9]+)\.([a-z]+)$ $1.php?m=$2&id=$3 [L] |
|
|
Seditio Bir Efsane....
|
|
Dvdbil
2,179 posts |
#2320 2007-05-10 16:40 GMT |
|
Yapamazsın.
Forum ve sayfa kategori kodlarını aldığı için url'ye basabiliyorsun. Bunun dışındakileri bu eklenti ile yapamazsın. |
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Son Yorumlar eklentisi | 3 | core1 | 96 Gün |
| Sözlük eklentisi | 2 | alikoza | 267 Gün |
| yöneticiler eklentisi | 4 | hayalet | 3 Gün |
| alt forumlar eklentisi. | 2 | Dvdbil | 435 Gün |
| döviz eklentisi | 2 | Dvdbil | 437 Gün |




