Quote:
|
RewriteEngine On Options +FollowSymlinks Options Indexes FollowSymLinks RewriteBase / RewriteRule ^story/([0-9]+)/?$ story.php?id=$1 [L] RewriteRule ^category/([a-zA-Z0-9]+)/?$ ?category=$1 [L] RewriteRule ^category/([a-zA-Z0-9]+)/digg/?$ shakeit.php?category=$1 [L] RewriteRule ^story/([0-9]+)/editcomment/([0-9]+)?$ edit.php?id=$1&commentid=$2 RewriteRule ^story/([0-9]+)/edit/?$ editlink.php?id=$1 RewriteRule ^story/([0-9]+)/modify/([a-z]+)/?$ linkadmin.php?id=$1&action=$2 RewriteRule ^user/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/?$ user.php?login=$1&view=$2 RewriteRule ^user/([a-zA-Z0-9-]+)/?$ user.php?login=$1 RewriteRule ^search/([a-zA-Z0-9-]+)/?$ index.php?search=$1 RewriteRule ^login/?$ login.php RewriteRule ^login/([a-zA-Z0-9-]+)/?$ login.php?return=$1 RewriteRule ^login/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/?$ login.php?return=$1/$2 RewriteRule ^register/?$ register.php RewriteRule ^user/?$ user.php RewriteRule ^topusers/?$ topusers.php RewriteRule ^topstories/?$ topstories.php RewriteRule ^about/([a-zA-Z0-9-]+)/?$ faq-$1.php RewriteRule ^shakeit/?$ shakeit.php RewriteRule ^submit/?$ submit.php RewriteRule ^bugreport/?$ bugreport.php RewriteRule ^rss2/?$ rss2.php RewriteRule ^rss2/([a-zA-Z0-9-]+)/?$ rss2.php?status=$1 RewriteRule ^trackback/([0-9]+)/?$ trackback.php?id=$1 RewriteRule ^profile/?$ profile.php RewriteRule ^admin/?$ admin_index.php RewriteRule ^tagcloud/?$ cloud.php RewriteRule ^sneak/?$ sneak.php RewriteRule ^logout/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/?$ login.php?op=logout&return=$1/$2 |
But with an empty htaccess, everything works. Except access to admin.
When I access admin, here's what I see:
Quote:
|
Fatal error: Cannot redeclare checklevel() (previously declared in /home/www/ponjam.freecoolsite.com/admin/index.php:26) in /home/www/ponjam.freecoolsite.com/libs/utils.php on line 153 |

I have an empty .htaccess atm.




Linear Mode

