1
   

Able2Know PhpBB static Urls not working

 
 
Reply Tue 1 Feb, 2005 12:12 pm
Hello, and first off I would like to thank you for your wonderful contrubutions to the PHPBB code. I have installed it and configured it exactly to your specifications however i am still getting a 404 error. I have read many posts on here and tried to adhere to the instructions listed in the other posts

My phpbb code is here:

Edit (Moderator): URL removed

I have mod_rewrite loaded and you can verify it here:

Edit (Moderator): URL removed


And my .htaccess file is as follows

Code:RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) a2k-post.html$1&highlight=$2 [L,NC]
RewriteRule ^post-([0-9]*).* a2k-post.html$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* about.html$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) about.html$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest about.html$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* about.html$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* about.html$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* about.html$1 [L,NC]
RewriteRule ^about([0-9]*).html about.html$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* ask-about.html$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* about.html$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* about.html$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html ask-about.html$1 [L,NC]
RewriteRule ^forum-([0-9]*).* ask-about.html$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* ask-about.html$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* about.html$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* about.html$1&view=next [L,NC]


If you can help me get this working I will gladly send you a nice donation. Your effort deserves to be rewarded accordingly. I thank you for your time in advance even if you are not able to help me!
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 554 • Replies: 4
No top replies

 
Craven de Kere
 
  1  
Reply Tue 1 Feb, 2005 10:08 pm
1) Please do not post links to your site.

2) Just because phpinfo says the module is loaded doesn't mean it is accessible to your account. Ask your server administrator about this.

3) Try adding "RewriteBase /" right after "RewriteEngine On".

If #3 does not work, and the .htaccess file is correctly placed then ask your server administrator for help as it will likely be due to server configurations we don't have access to.
0 Replies
 
jnarowski
 
  1  
Reply Wed 2 Feb, 2005 09:18 am
Account Access
The "RewriteBase /" didnt work. What do you mean by account access. We host our own webspace, I will talk to my coworker to see if he knows what you mean. The website is accessed by the web, do i have to change a configuration in apache to point to the directory where the mod re_write is being used or something to that extent?
0 Replies
 
jnarowski
 
  1  
Reply Thu 3 Feb, 2005 12:48 pm
When I take out the quotations out of "RewriteBase /" my index page loads but still doesnt rewrite the forum-1.html, but if i include the quotations in the "RewriteBase /" i get a 500 internal server error...?

I really to get this working for my job and anythning you can provide will help.
0 Replies
 
Craven de Kere
 
  1  
Reply Thu 3 Feb, 2005 06:34 pm
http://www.able2know.com/forums/viewtopic.php?p=1160979#1160979
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Able2Know PhpBB static Urls not working
Copyright © 2025 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 01/18/2025 at 04:45:24