![]() |
![]() |
![]() |
|
|||||||
| Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jul 2006
Posts: 35
![]() |
Hi,
I have the following text in my .htaccess file: RewriteEngine on RewriteRule ^(.*)/$ index.php?category=$1 [QSA,L] RewriteRule ^(.*)/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L] RewriteRule ^new-links.html$ new-links.php [QSA,L] RewriteRule ^new-links([0-9]+).html$ new-links.php?page=$1 [QSA,L] RewriteRule ^top-links.html$ top-links.php [QSA,L] RewriteRule ^top-links([0-9]+).html$ top-links.php?page=$1 [QSA,L] RewriteRule ^popular-links.html$ popular-links.php [QSA,L] RewriteRule ^popular-links([0-9]+).html$ popular-links.php?page=$1 [QSA,L] RewriteRule ^editor-links/index.html$ editor-links.php [QSA,L] RewriteRule ^editor-links/index([0-9]+).html$ editor-links.php?page=$1 [QSA,L] RewriteRule ^(.*)/(.*)-l([0-9]+).html$ view-link.php?cat=$1&title=$2&id=$3 [QSA,L] This works fine apart from the fact that when I try and read any news item I get an error. Any ideas? |
|
|
|
|
|
#2 |
|
Loyal User
|
Link... please
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#3 |
|
Join Date: Jul 2006
Posts: 35
![]() |
|
|
|
|
|
|
#4 |
|
Loyal User
|
This is related to server setup with some hosts.
Try to add this line in the beginning of .htaccess file right before "RewriteEngine on": Code:
Option -MultiViews
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#5 |
|
Join Date: Jul 2006
Posts: 35
![]() |
I tried adding that line but all I got was a server error when trying to view the site.
Any more ideas? |
|
|
|
|
|
#6 |
|
Join Date: Sep 2005
Posts: 1,421
![]() |
Do you have /news/ folder on your site? Please check it via ftp.
|
|
|
|
|
|
#7 |
|
Join Date: Jul 2006
Posts: 35
![]() |
No, there is no folder named /news/ on my website just checked via ftp
|
|
|
|
|
|
#8 |
|
Join Date: Sep 2005
Posts: 1,421
![]() |
Ok, don't have any more ideas right now.
Can you send ftp/cpanel/dir admin credentials and I will take a closer look then. |
|
|
|
|
|
#9 |
|
Join Date: Jul 2006
Posts: 35
![]() |
Sent you a PM Vincent
Thanks |
|
|
|
|
|
#10 |
|
Join Date: Sep 2005
Posts: 1,421
![]() |
Fixed.
For some reason the rewrite rules for news pages were missing in the .htaccess file. I just added those rules. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|