Please support our Linux Servers and Apache advertiser: Programming Forums
•
•
Join Date: Jun 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I have following code in my .htaccess for SEF URLs for www.fashionsansar.com so please let me know is this correct.
but it's not working. .htaccess SEF URLs is already running without any problem on another website on same host.
Options FollowSymLinks SymLinksIfOwnerMatch RewriteEngine on ################################################################################################# ## Rewrite index urls ################################################################################################# RewriteRule index-([0-9]*)\.html$ index.php?page$1 [NC] ################################################################################################# ## Rewrite image_view urls ################################################################################################# RewriteRule fas_fusk/image_view([0-9]*)\.html fas_fusk/image_view.php?id=$1 [NC] ################################################################################################# ## Rewrite tag_search urls ################################################################################################# RewriteRule fas_fusk/tag_search([0-9]*)-page-([0-9]*)\.html fas_fusk/tag_search.php?q=$1&page=$2 [NC]
but it's not working. .htaccess SEF URLs is already running without any problem on another website on same host.
Similar Threads
Other Threads in the Linux Servers and Apache Forum
- Problem loading up Windows... (Troubleshooting Dead Machines)
- Peculiar power problem (Cases, Fans and Power Supplies)
- A severe problem with programs trying to connect to internet (Web Browsers)
- Two Rather Serious Windows XP Related Problems (Windows NT / 2000 / XP / 2003)
- Internet problem: IE doesn't work (Windows NT / 2000 / XP / 2003)
- IE graphics problem (Web Browsers)
- IE Refresh problem, startnow.com causing problems (Web Browsers)
Other Threads in the Linux Servers and Apache Forum
- Previous Thread: apachectl Command Not Found
- Next Thread: How to empty /var in Linux
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode