close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Problem with SEO friendly URL's and Server Validations

Thread began 10/23/2012 6:01 pm by neo314 | Last modified 10/24/2012 12:14 pm by neo314 | 1538 views | 4 replies

neo314

I resolved the issue by modifying that file to:

/*
MOD TO DROP QUERY STRING FOR SEO URL
*/
if (!defined("DROP_QS") || (DROP_QS !== true)) { // <= modified
if (isset($_SERVER['QUERY_STRING']) && ($_SERVER['QUERY_STRING'] != '')) {
if (strpos($thePostURL,"?") !== false) {
$thePostURL.= "&" . ($_SERVER['QUERY_STRING']);
} else {
$thePostURL.= "?" . ($_SERVER['QUERY_STRING']);
}
}
} // <= modified
/*
END MOD
*/

but I had to modify the source file as well. Any time that I edit the validations behavior, my changes are overwritten, so I had to modify the source file as well. If these source files all go to xml, that could become harder.

To make the extension more compatible with options like mod rewrite and flexible in general, there should be a flag to preserve or drop the query. It would be great if WA preferences would allow a choice of whether or not to refresh the files if they already exist in the webassist directory (except when updating from a prior version), and a manual refresh webassist files option so that there is more control over such mods.

Thanks
Steven

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...