2
   

Static link pages not created

 
 
skeath
 
Reply Fri 4 Jun, 2004 08:18 am
After making the Able2Know SEO mods, the links on the forum now point to static HTML pages, as they should, but the pages don't exist. How do I cause those to be created?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 2 • Views: 2,489 • Replies: 14
No top replies

 
Craven de Kere
 
  1  
Reply Fri 4 Jun, 2004 09:46 am
Those pages are never created, they are rewritten urls.

If your mod_rewrite module is working it will work.
0 Replies
 
skeath
 
  1  
Reply Fri 4 Jun, 2004 10:38 am
My Apache file shows that mod_rewrite is loaded. Do you know how I can verify that it works, or, if it doesn't, get around the problem? Should I undo the changes relative to the Apache module? Thanks.
0 Replies
 
Craven de Kere
 
  1  
Reply Fri 4 Jun, 2004 10:44 am
Are you running phpbb under a subdomain?
0 Replies
 
skeath
 
  1  
Reply Fri 4 Jun, 2004 10:57 am
Craven de Kere wrote:
Are you running phpbb under a subdomain?
No. It is 2 directories below our primary domain name.
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 7 Jun, 2004 05:44 pm
And you placed the htaccess file in the same directory?

Ask your server administrator if you have mod_rewrite available.
0 Replies
 
skeath
 
  1  
Reply Mon 7 Jun, 2004 07:10 pm
Thank you -- that solved the problem. I understood that the .htaccess file went in the document directory for the domain, not where the files were.
0 Replies
 
notme
 
  1  
Reply Wed 16 Jun, 2004 03:37 pm
My .htacess file does not work
Hi, i´ve done all the steps of the mod, and created .htaccess file under my /foro/ directory.

Links are static in my forum thanx to the mod, but htaccess does not work. I´m testing it offline: //localhost/foro/forum-1.html
This link does not work.

I´ve apache with mod rewrite module activated. In another directory of /news/ i have another htaccess with rewrite code, and works, but the htaccess you provided does not work here.

What can i do to know what happens? This is the code:


RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) post-.html$1&highlight=$2 [L,NC]
RewriteRule ^post-([0-9]*).* 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* forum-.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 forum-.html$1 [L,NC]
RewriteRule ^forum-([0-9]*).* forum-.html$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* forum-.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]
0 Replies
 
Craven de Kere
 
  1  
Reply Wed 16 Jun, 2004 03:43 pm
Test it online.
0 Replies
 
notme
 
  1  
Reply Wed 16 Jun, 2004 03:53 pm
tested, does not work.

UPDATE: The htaccess code i had was corrupt. I have downloaded again you zip and replaced htaccess code and it works OFFLINE.

THANX, man.
0 Replies
 
Craven de Kere
 
  1  
Reply Wed 16 Jun, 2004 04:07 pm
Good news.
0 Replies
 
e2
 
  1  
Reply Mon 21 Jun, 2004 04:31 pm
Craven de Kere wrote:
Are you running phpbb under a subdomain?


If you are running it under a subdomain is there anything else needed for the URLs mod_rewrite to work.
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 21 Jun, 2004 04:38 pm
Some users have reported problems with subdomains, it is usually because of hosting configurations.
0 Replies
 
e2
 
  1  
Reply Mon 21 Jun, 2004 05:04 pm
I am getting a page not found error, I am on a subdomain testing server for my forum and am trying to implement the SEO mod to the forum. Everything has worked but when I add the phpBB static URLs mod_rewrite 1.0.0 to the forum i get a Object not found Error 404. So I've looked throughout the site for anything I might be doing wrong. I downloaded the latest version of the SEO, I even backtracked and removed the static URL mods i didn't get the error anymore. Do you have any known issues with subdomains that I can fix?
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 21 Jun, 2004 05:05 pm
Please start your own thread to make it easier to follow.
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. » Static link pages not created
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.05 seconds on 10/03/2024 at 05:46:48