hello
i do all these steps below and homepage is ok but when i go to stories links
it give 404 error ,,where is problem ?
Code:1. Check with your host to see if mod rewrite is allowed. If not buy a dreamhost package to help pligg dev. 2. Check with your host that Apache is configured to use .htaccess files (AllowOverride All) 3. Get the latest htaccess.default from the SVN on sourceforge. 4. Go to your admin panel/category management. At the bottom there is a rewrite rule for the categories. Copy this whole line and in htaccess.default paste over You need to copy the line for this whole thing to work right. Paste over the line: RewriteRule ^(all|pligg|category1|category2)/([a-zA-Z0-9-]+)/?$ story.php?title=$2 [L] 5. Upload htaccess.default to your webserver in the root directory of your install. Overwrite the existing one. 6. Rename "htaccess.default" to ".htaccess" (no quotes). Note the period in front. That period denotes a hidden file, and may cause it to disappear from some FTP clients. (You might need to enable showing of hidden files or call it by name when downloading). 7. Turn on URL Method 2 in the admin panel by going to Admin > Configure > SEO and set the URL Method to 2.



Reply With Quote



