 |
 |
 |
 |
 |
| Author |
Message |
SqlByte
Joined: 13 Mar 2006 Posts: 16
|
|
|
|
hmm...
mine looks like this:
 |  | DirectoryIndex index.php
# [user htaccess]
<IfModule mod_rewrite.c>
RewriteEngine On
#Options +FollowSymlinks
[b]#RewriteBase /[/b] < < < is this oke ?
# [home] post
RewriteRule ^/([_0-9a-z-]+).html(/?)+$ ?title=$1 [QSA,L]
# [home] dosearch
RewriteRule ^search(/?)+$ ?do=search [QSA,L]
# [home] doarchives
RewriteRule ^archives(/?)+$ ?do=archives [QSA,L]
# [home] dousers
RewriteRule ^users(/?)+$ ?do=users [QSA,L]
# [home] user
RewriteRule ^users/([_0-9a-z-]+).html(/?)+$ ?user=$1&do=users [QSA,L]
# [home] day
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$ ?year=$1&month=$2&day=$3 [QSA,L]
# [home] month
RewriteRule ^([0-9]{4})/([0-9]{2})(/?)+$ ?year=$1&month=$2 [QSA,L]
# [home] year
RewriteRule ^([0-9]{4})(/?)+$ ?year=$1 [QSA,L]
# [home] docategory
RewriteRule ^category(/?)+$ ?do=category [QSA,L]
# [home] category
RewriteRule ^category/([/_0-9a-z-]+)(/?)+$ ?category=$1 [QSA,L]
# [rss] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).xml(/?)+$ /info/rss.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
# [rss] category
RewriteRule ^category/([/_0-9a-z-]+)/rss.xml(/?)+$ /info/rss.php?category=$1 [QSA,L]
# [rss] user
RewriteRule ^users/([_0-9a-z-]+).xml(/?)+$ /info/rss.php?user=$1 [QSA,L]
# [rss] feed
RewriteRule ^rss.xml(/?)+$ /info/rss.php [QSA,L]
# [print] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).phtml(/?)+$ /info/print.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
# [trackback] post
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/([_0-9a-z-]+).tb(/?)+$ /info/trackback.php?year=$1&month=$2&day=$3&title=$4 [QSA,L]
</IfModule> |
|
|
| Mon May 15, 2006 3:21 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
Try this:
Open inc/plugins.inc.php and change this twice:
 |  | $htaccess .= '#RewriteBase '.$settings['path']."\r\n\r\n"; |
to this:
 |  | $htaccess .= 'RewriteBase '.$settings['path']."\r\n\r\n"; |
|
|
| Mon May 15, 2006 10:50 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|