|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
.htaccess mod rewrite
My problem is the .htaccess file in my root directory is not at all
converting to the name(not working or not responding) although the .htaccess file in the forum directory(sub directory) is working ------------------------------------------------------- .htaccess =====> in root directory ------------------------------------------------------- RewriteEngine On RewriteRule quote(.*)\.htm$ printingquote.php?thread=$1 [NC] --------------------------------------------------------------------------- .htaccess======> in forum directory(sub directory) --------------------------------------------------------------------------- RewriteEngine On RewriteRule ^forums.* index.php [L,NC] RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC] RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC] RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC] RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC] RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC] RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC] RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC] AcceptPathInfo on Action application/x-httpd-php /cgi-bin/php-handler <Files browse_printer2> ForceType application/x-httpd-php </Files> <Files browse_printer3> ForceType application/x-httpd-php </Files> <Files browse_printer4> ForceType application/x-httpd-php </Files> ************************************************** ************************************************** * I do have read up a bit about it in some links below : http://www.webmaster-toolkit.com/mo...page_name=print http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html If you know can you tell me why it is not working in my root directory. What may be the possible cause of it? thanks in advance, wxyz |
|
#2
|
||||
|
||||
|
Thread moved to Web Server Configuration
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > .htaccess mod rewrite |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|