dgparent12
12-26-2015, 01:32 AM
I wrote a blog and inserted a image when you inspect the element it is correct and you can see the image
<img src="http://www.frequentflyerforums.com/attachment.php?attachmentid=18&d=1451100412" border="0" alt="Name: alinea.png
Views: 0 Size: 405.4 KB" title="Name: alinea.png Views: 0 Size: 405.4 KB">
But when you publish it the name changes and when you inspect the element it is all messed up
<img src="http://www.frequentflyerforums.com/attachments/blogs/frequentadmin/attachments/18d1451100412-chicago-alinea-american-lincoln-park-alinea-png" border="0" alt="United unveils new cruise-travel benefits for MileagePlus members-alinea-png" title="United unveils new cruise-travel benefits for MileagePlus members-alinea-png">
I have no idea how the name changes and if you look at the blog the "name" of the photo is
United unveils new cruise-travel benefits for MileagePlus members-alinea-png
I do have the SEO mod installed and here is my htaccess
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
<img src="http://www.frequentflyerforums.com/attachment.php?attachmentid=18&d=1451100412" border="0" alt="Name: alinea.png
Views: 0 Size: 405.4 KB" title="Name: alinea.png Views: 0 Size: 405.4 KB">
But when you publish it the name changes and when you inspect the element it is all messed up
<img src="http://www.frequentflyerforums.com/attachments/blogs/frequentadmin/attachments/18d1451100412-chicago-alinea-american-lincoln-park-alinea-png" border="0" alt="United unveils new cruise-travel benefits for MileagePlus members-alinea-png" title="United unveils new cruise-travel benefits for MileagePlus members-alinea-png">
I have no idea how the name changes and if you look at the blog the "name" of the photo is
United unveils new cruise-travel benefits for MileagePlus members-alinea-png
I do have the SEO mod installed and here is my htaccess
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]