Htaccess problem?
|
08-06-2011, 08:13 PM
(This post was last modified: 08-06-2011 09:33 PM by Dreamer26.)
Post: #1
|
|||
|
|||
Htaccess problem?
Hello,
I have a problem with sitemap file because i think something wrong with htaccess. In the xml file i have these kind of urls http://www.lswebcams.comvideo/112379/Sex...ebcam.html There is no / sign between the domain and the video...and i think thats why if i click on a video my template "disappear"(page not found) Htaccess looks like: RewriteEngine On RewriteRule ^video/([0-9]+)/(.*).html$ ?id=$1&title=$2&option=video [NC] RewriteRule ^tag_video/(.*).html$ ?tag=$1&option=tag [NC] RewriteRule ^category_video/([0-9]+)/([0-9]+)/(.*).html$ ?id=$1&p=$2&category=$3&option=category [NC] I have another site and working perfect with this htaccess but here not. Another site (streampussy.com use freeadultscript 2.0 version and that is without www) Any idea what is the problem? Edit: I added a / sign after ^ now i have full valid url, but if i click on a video i got page not found message... |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Htaccess problem? - Dreamer26 - 08-06-2011 08:13 PM
RE: Htaccess problem? - admin - 08-06-2011, 11:49 PM
RE: Htaccess problem? - Dreamer26 - 09-06-2011, 12:28 AM
RE: Htaccess problem? - Dreamer26 - 09-06-2011, 05:03 PM
RE: Htaccess problem? - admin - 09-06-2011, 09:54 PM
|