Status
Not open for further replies.

Nano

Active Member
285
2009
0
0
When I am submitting a thread it shows me
Invalid URL


The requested URL "/showthread.php?p=19", is invalid. Reference #9.d83963f.1258463812.6863b2



but the thread already present there



and when logouting from ACP it shows me



Invalid URL

The requested URL "/admincp/index.php", is invalid. Reference #9.d83963f.1258464012.6ae7a7
 
12 comments
No Storming Bro Nothing deleted

It happening at all my site even oriforums and alosfts both both are on same vps
 
The Files Are Still Present There

and in .htaccess i have defult code

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
 
Care to share the solution?

ok m8 i am sharing it here how i know this because when i am opening wjunction the same problem happened with me so after i am checked and i saw that its from my pc every one is viewing the site as no error so its from me. so i need to format it because when i am installed my os there was a problem occured n/w error and i solved that error and it fine now.

Edit: Thanks Those Helped Me A Lot
 
Status
Not open for further replies.
Back
Top